chore(browser-extension): drop exclude_matches from content_scripts
This commit is contained in:
parent
33a2e096a9
commit
a5766071fd
@ -29,28 +29,6 @@
|
|||||||
"content_scripts": [
|
"content_scripts": [
|
||||||
{
|
{
|
||||||
"all_frames": true,
|
"all_frames": true,
|
||||||
"exclude_matches": [
|
|
||||||
"*://*.bauhaus.cz/*",
|
|
||||||
"*://*.codesandbox.io/*",
|
|
||||||
"*://*.facebook.com/*",
|
|
||||||
"*://*.googleapis.com/embed/*",
|
|
||||||
"*://*.olympics.com/*",
|
|
||||||
"*://*.youtube-nocookie.com/embed/*",
|
|
||||||
"*://*.youtube.com/embed/*",
|
|
||||||
"*://www.youtube.com/*",
|
|
||||||
"*://translate.google.ca/*",
|
|
||||||
"*://translate.google.co.in/*",
|
|
||||||
"*://translate.google.co.jp/*",
|
|
||||||
"*://translate.google.co.uk/*",
|
|
||||||
"*://translate.google.com.au/*",
|
|
||||||
"*://translate.google.com.br/*",
|
|
||||||
"*://translate.google.com/*",
|
|
||||||
"*://translate.google.de/*",
|
|
||||||
"*://translate.google.es/*",
|
|
||||||
"*://translate.google.fr/*",
|
|
||||||
"*://translate.google.it/*",
|
|
||||||
"*://www.cookie-dialog-monster.com/*"
|
|
||||||
],
|
|
||||||
"js": ["scripts/content.js"],
|
"js": ["scripts/content.js"],
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
"run_at": "document_start"
|
"run_at": "document_start"
|
||||||
|
Loading…
Reference in New Issue
Block a user