YouTube™ Auto Quality Manager

Watch YouTube™ Movies automatically in any quality

What is YouTube™ Auto Quality Manager?

YouTube™ Auto Quality Manager is a Chrome extension developed by admin, and its main feature is "Watch YouTube™ Movies automatically in any quality".

Extension Screenshots

screenshot
screenshot

Download YouTube™ Auto Quality Manager Extension CRX File

Download YouTube™ Auto Quality Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        "YouTube ™ Auto Quality Manager" allows you to set the default quality for YouTube ™ videos to be played.
Configuration allows you to choose one of the following modes:
- tiny, small, medium, large, hd720, hd1080, hd1440, highres
The selected value will automatically set the resolution of the watched movie to YT.                    

Extension Basic Information

Name YouTube™ Auto Quality Manager YouTube™ Auto Quality Manager
ID pmfmefnfecmefnmpdnhpbgcekepjbifc
Official URL https://chrome.google.com/webstore/detail/youtube-auto-quality-mana/pmfmefnfecmefnmpdnhpbgcekepjbifc
Description Watch YouTube™ Movies automatically in any quality
File Size 20.98 KB
Installation Count 6,700
Current Version 2.1
Last Updated 2022-10-08
Publish Date 2022-10-08
Rating 4.20/5 Total 5 Ratings
Developer admin
Email [email protected]
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "YouTube\u2122 Auto Quality Manager",
    "version": "2.1",
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background\/main.js"
    },
    "content_scripts": [
        {
            "js": [
                "contentscripts\/any_start.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentscripts\/any_end.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "options_page": "ui\/options.html",
    "action": {
        "default_icon": {
            "64": "icons\/icon64.png"
        },
        "default_title": "YouTube\u2122 Auto Quality Manager",
        "default_popup": "ui\/pageaction.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inj\/ytcom.js",
                "inj\/emb.js",
                "inj\/any.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}