From 752d3774c01a94662626db3e935bcbc35b50476e Mon Sep 17 00:00:00 2001 From: pschwarzer20 Date: Mon, 20 May 2024 01:04:12 +0200 Subject: [PATCH] Added required permissions, also allowed more than https --- manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 6936e47..58559a8 100644 --- a/manifest.json +++ b/manifest.json @@ -9,9 +9,10 @@ "48": "icon48.png", "128": "icon128.png" }, + "host_permissions": ["*://www.youtube.com/*"], "content_scripts": [ { - "matches": ["https://www.youtube.com/*"], + "matches": ["*://www.youtube.com/*"], "js": ["Content.js"] } ]