mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
parent
db9ebe4b3f
commit
cf82f2b2d3
1 changed files with 19 additions and 12 deletions
|
@ -1,12 +1,19 @@
|
|||
{
|
||||
"name": "YTSponsorSkip",
|
||||
"web_accessible_resources": ["Main.js"],
|
||||
"version": "1.0",
|
||||
"description": "Skip youtube video sponsors",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": ["https://*.youtube.com/*"],
|
||||
"js": ["ContentScript.js"]
|
||||
}],
|
||||
"manifest_version": 2
|
||||
}
|
||||
{
|
||||
"name": "YTSponsorSkip",
|
||||
"web_accessible_resources": [
|
||||
"Main.js"
|
||||
],
|
||||
"version": "1.0",
|
||||
"description": "Skip youtube video sponsors",
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"https://*.youtube.com/*"
|
||||
],
|
||||
"js": [
|
||||
"ContentScript.js"
|
||||
]
|
||||
}
|
||||
],
|
||||
"manifest_version": 2
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue