WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GoodTube - Adblock for Youtube + Remove Youtube Shorts and more!

GoodTube - Adblock for Youtube + Remove Youtube Shorts and more!

View on Chrome Web Store
View GoodTube - Adblock for Youtube + Remove Youtube Shorts and more! Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (95 ratings)
20 new ratings
4 views
This extension has been viewed 4 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

A Youtube adblocker that simply works. Blocks 100% of Youtube ads. Can also remove Youtube shorts, restore the old UI and much more!
Type
Extension
Users
2,000 users
1K
GoodTube
View author page of GoodTube
Published
Published on December 9, 2025
Version 1.108
Manifest version
3
Updated
Updated on December 12, 2025
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View GoodTube - Adblock for Youtube + Remove Youtube Shorts and more! Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top