WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Quality control for Youtube tv

Quality control for Youtube tv

View on Chrome Web Store
View Quality control for Youtube tv Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
7 views
This extension has been viewed 7 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.

Enhance viewing in a single click!Effortlessly control video quality and elevate YouTube TV experience.
Type
Extension
Users
105 users
1
Quality Control for Youtube TV
View author page of Quality Control for Youtube TV
Published
Published on February 2, 2024
Version 1.0.1
Manifest version
3
Updated
Updated on February 2, 2024
productivity/tools
Extension Category
View on Chrome Web Store
View Quality control for Youtube tv 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": "Quality control for Youtube tv",
    "description": "Enhance viewing in a single click!Effortlessly control video quality and elevate YouTube TV experience.",
    "version": "1.0.1",
    "icons": {
        "16": "ic.png",
        "48": "ic2.png",
        "128": "ic3.png"
    },
    "action": {
        "default_icon": {
            "16": "ic.png",
            "24": "ic2.png",
            "32": "ic3.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "background": {
        "service_worker": "background\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/tv.youtube.com\/*"
            ],
            "js": [
                "content.js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ]
}
© 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