Added required permissions, also allowed more than https
This commit is contained in:
parent
d7ed922b18
commit
752d3774c0
1 changed files with 2 additions and 1 deletions
|
@ -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"]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue