WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TubeTuner: Custom YouTube Interface & Focus Mode

TubeTuner: Custom YouTube Interface & Focus Mode

View on Chrome Web Store
View TubeTuner: Custom YouTube Interface & Focus Mode Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
1 new ratings
0 views
This extension has been viewed 0 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.

Customize YouTube interface with 19 hide/show options: progress bar, duration, Shorts, home feed, comments, and more
Type
Extension
Users
58 users
9
Phan The Ky
View author page of Phan The Ky
Published
Published on November 5, 2025
Version 1.2.9
Manifest version
3
Updated
Updated on February 26, 2026
productivity/tools
Extension Category
View on Chrome Web Store
View TubeTuner: Custom YouTube Interface & Focus Mode 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": "TubeTuner: Custom YouTube Interface & Focus Mode",
    "version": "1.2.9",
    "description": "Customize YouTube interface with 19 hide\/show options: progress bar, duration, Shorts, home feed, comments, and more",
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.js-W5qFVYxF.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "css": [
                "styles.css"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "TubeTuner",
        "default_icon": {
            "16": "images\/icons\/icon16.png",
            "32": "images\/icons\/icon32.png",
            "48": "images\/icons\/icon48.png",
            "128": "images\/icons\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/*",
                "*:\/\/youtube.com\/*"
            ],
            "resources": [
                "assets\/content.js-W5qFVYxF.js"
            ],
            "use_dynamic_url": false
        }
    ]
}
© 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