This commit is contained in:
2024-03-17 01:11:26 +01:00
parent 2485aab123
commit fee1b77f1c
2 changed files with 20 additions and 10 deletions

View File

@@ -17,6 +17,16 @@
"background":{
"scripts": ["background.js"]
},
"host_permissions":["*://youtube.com/*"]
"host_permissions":["*://youtube.com/*"],
"content_scripts": [
{
"matches": [
"*://youtube.com/*"
],
"js": [
"spawn.js"
]
}
]
}