mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-30 19:38:34 +03:00
Added UI to support picking out sponsors and submitting
This commit is contained in:
@@ -1,20 +1,25 @@
|
||||
{
|
||||
"name": "YTSponsorSkip",
|
||||
"version": "1.0",
|
||||
"description": "Skip youtube video sponsors",
|
||||
"description": "Skip youtube video sponsors.",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*.youtube.com/*"
|
||||
],
|
||||
"js": [
|
||||
"ContentScript.js"
|
||||
"contentScript.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
"permissions": [
|
||||
"tabs"
|
||||
"tabs",
|
||||
"storage"
|
||||
],
|
||||
"browser_action": {
|
||||
"default_title": "SponsorBlock",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"background": {
|
||||
"scripts":["background.js"]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user