Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GoodTube - Adblock for Youtube + Remove Youtube Shorts and more!",
"short_name": "goodtube",
"version": "1.108",
"author": "GoodTube",
"description": "A Youtube adblocker that simply works. Blocks 100% of Youtube ads. Can also remove Youtube shorts, restore the old UI and much more!",
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/extensionpay.com\/*"
],
"js": [
"lib\/extpay.js",
"redirect.js"
],
"css": [
"css\/extpay.css"
],
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.youtube.com\/*",
"*:\/\/*.wikipedia.org\/*?goodTubeProxy=1"
],
"js": [
"lib\/extpay.js",
"content.js"
],
"css": [
"css\/style.css"
],
"run_at": "document_start",
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"goodtube.js"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup\/index.html"
},
"permissions": [
"storage",
"tabs"
],
"icons": {
"16": "img\/icon-16.png",
"32": "img\/icon-32.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
}
}