YouTube™ Auto Quality Manager

Watch YouTube™ Movies automatically in any quality

YouTube™ Auto Quality Manager là gì?

YouTube™ Auto Quality Manager là một tiện ích mở rộng Chrome được phát triển bởi admin, và tính năng chính của nó là "Watch YouTube™ Movies automatically in any quality".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng YouTube™ Auto Quality Manager

Tải xuống các tệp mở rộng YouTube™ Auto Quality Manager dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên YouTube™ Auto Quality Manager YouTube™ Auto Quality Manager
ID pmfmefnfecmefnmpdnhpbgcekepjbifc
URL Chính Thức https://chrome.google.com/webstore/detail/youtube-auto-quality-mana/pmfmefnfecmefnmpdnhpbgcekepjbifc
Mô tả Watch YouTube™ Movies automatically in any quality
Kích Thước Tệp 20.98 KB
Số Lần Cài Đặt 6,700
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2022-10-08
Ngày Phát Hành 2022-10-08
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển admin
Email [email protected]
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}