WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
YT Tweaks

YT Tweaks

View on Chrome Web Store
View YT Tweaks Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (103 ratings)
1 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 collection of tweaks for hiding Shorts, disabling auto-dubbing, changing the number of videos per row and more!
Type
Extension
Users
10,000 users
5K
Pedro
View author page of Pedro
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 18, 2023
Version 2026.2.12
Manifest version
3
Updated
Updated on February 12, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View YT Tweaks 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": "YT Tweaks",
    "description": "A collection of tweaks for hiding Shorts, disabling auto-dubbing, changing the number of videos per row and more!",
    "version": "2026.2.12",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "main.js",
                "tweaks\/themes.js",
                "tweaks\/video-grid.js",
                "tweaks\/homepage.js",
                "tweaks\/subscriptions-page.js",
                "tweaks\/channel-page.js",
                "tweaks\/player.js",
                "tweaks\/watch-page.js",
                "tweaks\/search-page.js",
                "tweaks\/header-bar.js",
                "tweaks\/left-sidebar.js",
                "tweaks\/other.js"
            ],
            "all_frames": true,
            "world": "MAIN"
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "storage.js"
            ],
            "all_frames": true
        }
    ],
    "action": {
        "default_popup": "options\/options.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "{d867162c-4c38-4c5f-aca4-db6a6592d7da}",
            "strict_min_version": "128.0"
        }
    }
}
© 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