SponsorBlock/manifest.json

13 lines
288 B
JSON
Raw Normal View History

2018-06-23 16:05:11 +02:00
{
"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
}