2018-06-23 17:12:29 +02:00
|
|
|
{
|
2019-07-29 17:12:02 +02:00
|
|
|
"name": "SponsorBlock for YouTube - Skip Sponsorships",
|
2019-07-23 23:44:29 +02:00
|
|
|
"short_name": "SponsorBlock",
|
2019-08-02 02:55:47 +02:00
|
|
|
"version": "1.0.26",
|
2019-07-24 01:58:30 +02:00
|
|
|
"description": "Skip over sponsorship on YouTube videos. Report sponsors on videos you watch to save the time of others.",
|
2018-06-23 17:12:29 +02:00
|
|
|
"content_scripts": [
|
|
|
|
{
|
|
|
|
"matches": [
|
|
|
|
"https://*.youtube.com/*"
|
|
|
|
],
|
2019-08-02 02:55:47 +02:00
|
|
|
"all_frames": true,
|
2018-06-23 17:12:29 +02:00
|
|
|
"js": [
|
2019-07-14 01:15:47 +02:00
|
|
|
"config.js",
|
2019-07-30 19:27:20 +02:00
|
|
|
"content.js",
|
|
|
|
"popup.js"
|
2019-07-10 20:43:14 +02:00
|
|
|
],
|
|
|
|
"css": [
|
2019-07-10 21:11:55 +02:00
|
|
|
"content.css",
|
2019-07-30 19:27:20 +02:00
|
|
|
"./libs/Source+Sans+Pro.css",
|
|
|
|
"popup.css"
|
2018-06-23 17:12:29 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
],
|
2019-07-11 22:15:47 +02:00
|
|
|
"web_accessible_resources": [
|
2019-07-12 16:42:39 +02:00
|
|
|
"icons/LogoSponsorBlocker256px.png",
|
|
|
|
"icons/IconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerStartIconSponsorBlocker256px.png",
|
2019-07-15 22:28:41 +02:00
|
|
|
"icons/PlayerStopIconSponsorBlocker256px.png",
|
2019-07-22 00:19:56 +02:00
|
|
|
"icons/PlayerUploadIconSponsorBlocker256px.png",
|
|
|
|
"icons/PlayerUploadFailedIconSponsorBlocker256px.png",
|
2019-07-15 22:28:41 +02:00
|
|
|
"icons/upvote.png",
|
2019-07-29 21:42:14 +02:00
|
|
|
"icons/downvote.png",
|
|
|
|
"icons/PlayerInfoIconSponsorBlocker256px.png",
|
2019-07-30 02:54:10 +02:00
|
|
|
"icons/PlayerDeleteIconSponsorBlocker256px.png",
|
2019-07-31 06:12:02 +02:00
|
|
|
"popup.html",
|
|
|
|
"help/index.html",
|
|
|
|
"help/style.css"
|
2019-07-11 22:15:47 +02:00
|
|
|
],
|
2019-01-15 19:23:50 +01:00
|
|
|
"permissions": [
|
2019-07-09 05:43:06 +02:00
|
|
|
"tabs",
|
2019-07-10 00:59:27 +02:00
|
|
|
"storage",
|
2019-07-23 03:11:37 +02:00
|
|
|
"notifications",
|
|
|
|
"https://sponsor.ajay.app/*"
|
2019-01-15 19:23:50 +01:00
|
|
|
],
|
2019-07-09 05:43:06 +02:00
|
|
|
"browser_action": {
|
|
|
|
"default_title": "SponsorBlock",
|
|
|
|
"default_popup": "popup.html"
|
|
|
|
},
|
2019-01-15 19:23:50 +01:00
|
|
|
"background": {
|
2019-07-14 01:15:47 +02:00
|
|
|
"scripts":[
|
|
|
|
"config.js",
|
|
|
|
"background.js"
|
|
|
|
]
|
2019-01-15 19:23:50 +01:00
|
|
|
},
|
2019-07-11 22:15:47 +02:00
|
|
|
"icons": {
|
|
|
|
"16": "icons/IconSponsorBlocker16px.png",
|
|
|
|
"32": "icons/IconSponsorBlocker32px.png",
|
|
|
|
"64": "icons/LogoSponsorBlocker64px.png",
|
|
|
|
"128": "icons/LogoSponsorBlocker128px.png",
|
|
|
|
"256": "icons/LogoSponsorBlocker256px.png"
|
|
|
|
},
|
2018-06-23 17:12:29 +02:00
|
|
|
"manifest_version": 2
|
|
|
|
}
|