YouTube™ Auto Quality Manager

Watch YouTube™ Movies automatically in any quality

什麼是YouTube™ Auto Quality Manager?

YouTube™ Auto Quality Manager是由admin開發的Chrome擴展程式,該擴展的主要功能是“Watch YouTube™ Movies automatically in any quality”。

擴展截圖

screenshot
screenshot

下載YouTube™ Auto Quality Manager擴展crx文件

下載YouTube™ Auto Quality Manager擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        "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.                    

擴展基本資訊

名稱 YouTube™ Auto Quality Manager YouTube™ Auto Quality Manager
ID pmfmefnfecmefnmpdnhpbgcekepjbifc
官方網址 https://chrome.google.com/webstore/detail/youtube-auto-quality-mana/pmfmefnfecmefnmpdnhpbgcekepjbifc
簡介 Watch YouTube™ Movies automatically in any quality
檔案大小 20.98 KB
安裝次數 6,700
目前版本 2.1
更新時間 2022-10-08
上架時間 2022-10-08
評分 4.20/5 共 5 次評分
開發者 admin
電子郵箱 [email protected]
支援的語言 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:\/\/*\/*"
            ]
        }
    ]
}