WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
GoodTube - Adblock for Youtube + Remove Youtube Shorts + Auto Set Quality

GoodTube - Adblock for Youtube + Remove Youtube Shorts + Auto Set Quality

View on Chrome Web Store
View GoodTube - Adblock for Youtube + Remove Youtube Shorts + Auto Set Quality Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (201 ratings)
11 new ratings
21 views
This extension has been viewed 21 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.

Undetectable Youtube adblock / adblocker! With options to Remove Youtube Shorts, Auto Set Youtube Video Quality, Remove AI and more!
Type
Extension
Users
5,000 users
500
GoodTube
View author page of GoodTube
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 9, 2025
Version 1.501
Manifest version
3
Updated
Updated on March 10, 2026
make_chrome_yours/functionality
Extension Category
View on Chrome Web Store
View GoodTube - Adblock for Youtube + Remove Youtube Shorts + Auto Set Quality 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 + Auto Set Quality",
    "short_name": "goodtube",
    "version": "1.501",
    "author": "GoodTube",
    "description": "Undetectable Youtube adblock \/ adblocker! With options to Remove Youtube Shorts, Auto Set Youtube Video Quality, Remove AI and 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\/*"
            ],
            "js": [
                "lib\/extpay.js",
                "content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.wikimedia.org\/*"
            ],
            "include_globs": [
                "*?*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": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.wikimedia.org\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "32": "img\/icon-32.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    }
}
© 2026 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