feat(browser-extension): add more sites to exclude_matches in manifest
This commit is contained in:
parent
fd1481c243
commit
30b2265e82
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 3,
|
||||
"name": "Cookie Dialog Monster",
|
||||
"version": "6.4.5",
|
||||
"version": "6.4.6",
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_appDesc__",
|
||||
"icons": {
|
||||
@ -22,11 +22,13 @@
|
||||
{
|
||||
"all_frames": true,
|
||||
"exclude_matches": [
|
||||
"*://*.googleapis.com/embed/*",
|
||||
"*://*.codesandbox.io/*",
|
||||
"*://*.googleapis.com/embed/*",
|
||||
"*://*.officeapps.live.com/*",
|
||||
"*://*.sharepoint.com/*",
|
||||
"*://*.youtube.com/embed/*",
|
||||
"*://*.suite.office.com/*",
|
||||
"*://*.youtube-nocookie.com/embed/*",
|
||||
"*://*.youtube.com/embed/*",
|
||||
"*://translate.google.ca/*",
|
||||
"*://translate.google.co.in/*",
|
||||
"*://translate.google.co.jp/*",
|
||||
|
Loading…
Reference in New Issue
Block a user