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"] } ]