mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-12 18:04:20 +01:00
19 lines
325 B
JSON
19 lines
325 B
JSON
{
|
|
"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
|
|
}
|