feat(browser-extension): add more sites to exclude_matches in manifest

This commit is contained in:
wanhose 2024-02-16 12:01:45 +01:00
parent fd1481c243
commit 30b2265e82

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 3, "manifest_version": 3,
"name": "Cookie Dialog Monster", "name": "Cookie Dialog Monster",
"version": "6.4.5", "version": "6.4.6",
"default_locale": "en", "default_locale": "en",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"icons": { "icons": {
@ -22,11 +22,13 @@
{ {
"all_frames": true, "all_frames": true,
"exclude_matches": [ "exclude_matches": [
"*://*.googleapis.com/embed/*",
"*://*.codesandbox.io/*", "*://*.codesandbox.io/*",
"*://*.googleapis.com/embed/*",
"*://*.officeapps.live.com/*",
"*://*.sharepoint.com/*", "*://*.sharepoint.com/*",
"*://*.youtube.com/embed/*", "*://*.suite.office.com/*",
"*://*.youtube-nocookie.com/embed/*", "*://*.youtube-nocookie.com/embed/*",
"*://*.youtube.com/embed/*",
"*://translate.google.ca/*", "*://translate.google.ca/*",
"*://translate.google.co.in/*", "*://translate.google.co.in/*",
"*://translate.google.co.jp/*", "*://translate.google.co.jp/*",