From adc37f4f5d963f58b2771481bc99597490c182f3 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 20 Jun 2022 18:34:27 +0700 Subject: [PATCH] fix host_permission --- extension/manifest-chrome.json | 2 +- extension/manifest-firefox.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/manifest-chrome.json b/extension/manifest-chrome.json index a85e40a..ba3999f 100644 --- a/extension/manifest-chrome.json +++ b/extension/manifest-chrome.json @@ -15,7 +15,7 @@ "cookies" ], "host_permissions": [ - "*://*/*" + "https://*.youtube.com/*" ], "content_scripts": [ { diff --git a/extension/manifest-firefox.json b/extension/manifest-firefox.json index b848509..0532e52 100644 --- a/extension/manifest-firefox.json +++ b/extension/manifest-firefox.json @@ -13,7 +13,7 @@ "permissions": [ "storage", "cookies", - "*://*/*" + "https://*.youtube.com/*" ], "content_scripts": [ {