WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Auto Quality for YouTube™

Auto Quality for YouTube™

View on Chrome Web Store
3.3 (373 ratings)
1 new ratings
10 views
0 downloads

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

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 15, 2025.

Watch YouTube™ Videos automatically in any quality
Type
Extension
Users
100,000 users
MegaXT
Published
Version 2.1.3
Manifest version
3
Updated
make_chrome_yours/accessibility
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "2.1.3",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "background": {
        "service_worker": "background\/main.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "\/contentscripts\/any.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "world": "ISOLATED"
        },
        {
            "js": [
                "\/contentscripts\/youtube.com.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "options_page": "ui\/options.html",
    "action": {
        "default_icon": {
            "19": "icons\/icon19pa.png",
            "38": "icons\/icon38pa.png"
        },
        "default_title": "Auto Quality for YouTube\u2122",
        "default_popup": "ui\/options.html"
    },
    "permissions": [
        "webRequest",
        "tabs",
        "activeTab",
        "scripting",
        "declarativeNetRequest",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inj\/ytcom.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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.