From 9168f821e0bfd2b92320159a600c391705ab23a2 Mon Sep 17 00:00:00 2001 From: wanhose Date: Thu, 20 Jan 2022 15:30:35 +0100 Subject: [PATCH] chore(manifest): add youtube embed to exclusions and upgrade version --- manifest.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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://*/*"],