From d0f841759172127498ce07b971c1e9a035328eca Mon Sep 17 00:00:00 2001 From: wanhose Date: Wed, 10 Nov 2021 11:25:36 +0100 Subject: [PATCH] chore(manifest): add new exclusions and upgrade version --- manifest.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"