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,
|
"manifest_version": 2,
|
||||||
"name": "Cookie Dialog Monster",
|
"name": "Cookie Dialog Monster",
|
||||||
"version": "5.4.5",
|
"version": "5.4.6",
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"description": "__MSG_appDesc__",
|
"description": "__MSG_appDesc__",
|
||||||
"icons": {
|
"icons": {
|
||||||
@ -22,8 +22,9 @@
|
|||||||
"exclude_matches": [
|
"exclude_matches": [
|
||||||
"*://*.gfycat.com/*",
|
"*://*.gfycat.com/*",
|
||||||
"*://*.gmx.com/*",
|
"*://*.gmx.com/*",
|
||||||
|
"*://*.mediathekviewweb.de/*",
|
||||||
"*://*.rundschau-online.de/*",
|
"*://*.rundschau-online.de/*",
|
||||||
"*://*.mediathekviewweb.de/*"
|
"*://*.youtube.com/embed/*"
|
||||||
],
|
],
|
||||||
"js": ["scripts/content.js"],
|
"js": ["scripts/content.js"],
|
||||||
"matches": ["http://*/*", "https://*/*"],
|
"matches": ["http://*/*", "https://*/*"],
|
||||||
|
Loading…
Reference in New Issue
Block a user