diff --git a/manifest.json b/manifest.json index 5a4f655..c911da2 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Cookie Dialog Monster", - "version": "5.4.1", + "version": "5.4.2", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { @@ -20,7 +20,11 @@ "content_scripts": [ { "all_frames": true, - "exclude_matches": ["*://*.gfycat.com/*"], + "exclude_matches": [ + "*://*.gfycat.com/*", + "*://*.gmx.com/*", + "*://*.rundschau-online.de/*" + ], "js": ["scripts/content.js"], "matches": ["http://*/*", "https://*/*"], "run_at": "document_start"