works until loading page

This commit is contained in:
2024-03-17 14:40:01 +01:00
parent fee1b77f1c
commit 3a148716b2
4 changed files with 28 additions and 34 deletions

View File

@@ -4,7 +4,7 @@
"version": "1.0",
"description": "---",
"web_accessible_resources":["newpipe_subscriptions_202403101004.json"],
"permissions":["tabs","scripting"],
"permissions":["activeTab","<all_urls>"],
"icons": {
"48": "icons/border-48.png"
},
@@ -21,7 +21,7 @@
"content_scripts": [
{
"matches": [
"*://youtube.com/*"
"<all_urls>"
],
"js": [
"spawn.js"