Auto HD|LQ for YouTube™

Play YouTube videos in the highest or lowest available quality.

Auto HD|LQ for YouTube™ là gì?

Auto HD|LQ for YouTube™ là một tiện ích mở rộng Chrome được phát triển bởi Benni, và tính năng chính của nó là "Play YouTube videos in the highest or lowest available quality.".

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

screenshot

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

Tải xuống các tệp mở rộng Auto HD|LQ for YouTube™ 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

                        Auto HD|LQ for YouTube™ is an extension that forces the YouTube player to play videos in the highest (HD) or lowest (LQ) available qualities.

Some features:
1. Automatically set the Highest/Lowest available quality for all YouTube videos, depending on the user's choice.
2. Easily switch the quality type from the toolbar popup UI.
4. HD quality is useful where internet speed is high enough to load large videos.
5. LQ is handy where internet speed is low and you just want to see what the video is, and don't want to waste your bandwidth.
6. There is also an option to automatically set the video quality by YouTube (auto mode).

Note: to report bugs, please visit the addon's homepage (https://mybrowseraddon.com/youtube-hd-lq.html) and fill the bug report form.                    

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

Tên Auto HD|LQ for YouTube™ Auto HD|LQ for YouTube™
ID ghjlnhbnpinpcelhnkhjmbnkiaijbadd
URL Chính Thức https://chromewebstore.google.com/detail/auto-hdlq-for-youtube/ghjlnhbnpinpcelhnkhjmbnkiaijbadd
Mô tả Play YouTube videos in the highest or lowest available quality.
Kích Thước Tệp 37.36 KB
Số Lần Cài Đặt 2,787
Phiên Bản Hiện Tại 0.1.7
Cập Nhật Lần Cuối 2023-07-30
Ngày Phát Hành 2018-04-26
Đánh Giá 4.34/5 Tổng số 32 Đánh Giá
Nhà Phát Triển Benni
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mybrowseraddon.com/youtube-hd-lq.html
URL Trang Trợ Giúp https://mybrowseraddon.com/youtube-hd-lq.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.7",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Auto HD|LQ for YouTube\u2122",
    "homepage_url": "https:\/\/mybrowseraddon.com\/youtube-hd-lq.html",
    "description": "Play YouTube videos in the highest or lowest available quality.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "data\/content_script\/page_context\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "data\/popup\/popup.html",
        "default_title": "Auto HD|LQ for YouTube\u2122",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}