mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-12 18:04:20 +01:00
22 lines
364 B
JSON
22 lines
364 B
JSON
{
|
|
"name": "YTSponsorSkip",
|
|
"version": "1.0",
|
|
"description": "Skip youtube video sponsors",
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://*.youtube.com/*"
|
|
],
|
|
"js": [
|
|
"ContentScript.js"
|
|
]
|
|
}
|
|
],
|
|
"permissions": [
|
|
"tabs"
|
|
],
|
|
"background": {
|
|
"scripts":["background.js"]
|
|
},
|
|
"manifest_version": 2
|
|
}
|