mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-06 19:47:04 +03:00
Create manifest.json
This commit is contained in:
12
manifest.json
Normal file
12
manifest.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user