From b7fca17c7b75d77dd1a0bdc513c59ecf6e314533 Mon Sep 17 00:00:00 2001 From: wanhose Date: Thu, 28 Oct 2021 13:27:13 +0200 Subject: [PATCH] chore(manifest): add exception and upgrade version --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 08d3709..c9946fd 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Cookie Dialog Monster", - "version": "5.0.2", + "version": "5.1.0", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { @@ -20,6 +20,7 @@ "content_scripts": [ { "all_frames": true, + "exclude_matches": ["*://*.gfycat.com/*"], "js": ["scripts/content.js"], "matches": ["http://*/*", "https://*/*"], "run_at": "document_start"