chore(manifest): add youtube embed to exclusions and upgrade version

This commit is contained in:
wanhose 2022-01-20 15:30:35 +01:00
parent e39ad68d26
commit 9168f821e0

View File

@ -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://*/*"],