YouTube™ Auto Quality Manager

Watch YouTube™ Movies automatically in any quality

YouTube™ Auto Quality Managerคืออะไร?

YouTube™ Auto Quality Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย admin และคุณลักษณะหลักของมันคือ "Watch YouTube™ Movies automatically in any quality"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YouTube™ Auto Quality Manager

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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:\/\/*\/*"
            ]
        }
    ]
}