Auto-Quality for Youtube HD/4K/8K

Extension that will allow you to permanently set Youtube playback quality to your desired resolution.

Auto-Quality for Youtube HD/4K/8K là gì?

Auto-Quality for Youtube HD/4K/8K là một tiện ích mở rộng Chrome được phát triển bởi fredibergr, và tính năng chính của nó là "Extension that will allow you to permanently set Youtube playback quality to your desired resolution.".

Ả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 Auto-Quality for Youtube HD/4K/8K

Tải xuống các tệp mở rộng Auto-Quality for Youtube HD/4K/8K 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

                        Permanently change desired quality on YouTube. From 144p to 4320p.

HD, 4K, 8K, everything you need.

Slim design, sexy icon.

















Set all auto quality on youtube 4K HD 8K

All copyrights belong to their respective owners. Youtube doesn’t endorse or sponsor this Chrome extension. Auto-Quality for Youtube HD/4K/8K is not owned by, is not licensed by and is not a subsidiary of Youtube or Google Inc.                    

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

Tên Auto-Quality for Youtube HD/4K/8K Auto-Quality for Youtube HD/4K/8K
ID pbbabegclednakeboacaidjcblonlopm
URL Chính Thức https://chrome.google.com/webstore/detail/auto-quality-for-youtube/pbbabegclednakeboacaidjcblonlopm
Mô tả Extension that will allow you to permanently set Youtube playback quality to your desired resolution.
Kích Thước Tệp 51.18 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 4.3.03.46
Cập Nhật Lần Cuối 2019-10-12
Ngày Phát Hành 2019-10-12
Đánh Giá 3.11/5 Tổng số 9 Đánh Giá
Nhà Phát Triển fredibergr
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": "images\/icon_128.png",
        "default_popup": "html\/popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [],
            "js": [
                "js\/library_youtube.js"
            ],
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "images\/icon_128.png",
        "48": "images\/icon_48.png",
        "16": "images\/icon_16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "permissions": [
        "alarms",
        "contextMenus",
        "privacy",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "notifications"
    ],
    "version": "4.3.03.46"
}