chore(manifest): add youtube embed to exclusions and upgrade version
This commit is contained in:
parent
e39ad68d26
commit
9168f821e0
@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Cookie Dialog Monster",
|
||||
"version": "5.4.5",
|
||||
"version": "5.4.6",
|
||||
"default_locale": "en",
|
||||
"description": "__MSG_appDesc__",
|
||||
"icons": {
|
||||
@ -22,8 +22,9 @@
|
||||
"exclude_matches": [
|
||||
"*://*.gfycat.com/*",
|
||||
"*://*.gmx.com/*",
|
||||
"*://*.mediathekviewweb.de/*",
|
||||
"*://*.rundschau-online.de/*",
|
||||
"*://*.mediathekviewweb.de/*"
|
||||
"*://*.youtube.com/embed/*"
|
||||
],
|
||||
"js": ["scripts/content.js"],
|
||||
"matches": ["http://*/*", "https://*/*"],
|
||||
|
Loading…
Reference in New Issue
Block a user