d
This commit is contained in:
@@ -17,6 +17,16 @@
|
||||
"background":{
|
||||
"scripts": ["background.js"]
|
||||
},
|
||||
"host_permissions":["*://youtube.com/*"]
|
||||
"host_permissions":["*://youtube.com/*"],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"*://youtube.com/*"
|
||||
],
|
||||
"js": [
|
||||
"spawn.js"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user