diff --git a/manifest.json b/manifest.json index 886d4f9..c0ad2ba 100644 --- a/manifest.json +++ b/manifest.json @@ -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://*/*"],