Auto High Quality for YouTube™

Automatically change YouTube video quality to HD resolution or the highest available one

什麼是Auto High Quality for YouTube™?

Auto High Quality for YouTube™是由balvin.perrie開發的Chrome擴展程式,該擴展的主要功能是“Automatically change YouTube video quality to HD resolution or the highest available one”。

擴展截圖

screenshot
screenshot
screenshot

下載Auto High Quality for YouTube™擴展crx文件

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

擴展使用說明

                        This extension automatically changes the YouTube video quality to a user-selected high-quality resolution.

Features:
1. Select the highest quality by default
2. Do not change the quality if high resolution is already selected (optional feature)
3. Allows the user to select almost all available qualities.
4. It is possible to disable more than 30 FPS frame rates (optional feature). Use it if you don't have a bandwidth problem, but your browser cannot handle high-frame-rate playing.
5. Use different qualities for visible and hidden YouTube players (optional feature)

Some Use Cases:
1. YouTube starts at low quality, but I want to watch at high resolution.
2. YouTube automatically increases quality which causes the loader to appear once per while. I don't want the player to alter the resolution.
3. YouTube switches to 60 frame rate mode, but my browser drops frames.                    

擴展基本資訊

名稱 Auto High Quality for YouTube™ Auto High Quality for YouTube™
ID alageihdeogmjlkgifaeefodfbdbljjf
官方網址 https://chromewebstore.google.com/detail/auto-high-quality-for-you/alageihdeogmjlkgifaeefodfbdbljjf
簡介 Automatically change YouTube video quality to HD resolution or the highest available one
檔案大小 64.73 KB
安裝次數 10,000
目前版本 0.4.4
更新時間 2023-11-14
上架時間 2019-10-05
評分 3.76/5 共 42 次評分
開發者 balvin.perrie
電子郵箱 [email protected]
付費類型 free
擴展官網 https://webextension.org/listing/youtube-hd.html
說明頁面URL https://webextension.org/listing/youtube-hd.html
隱私政策頁面URL https://add0n.com/policies/balvin.perrie.txt
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto High Quality for YouTube\u2122",
    "description": "Automatically change YouTube video quality to HD resolution or the highest available one",
    "version": "0.4.4",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/youtube-hd.html",
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "icons": {
        "16": "\/data\/icons\/16.png",
        "19": "\/data\/icons\/19.png",
        "32": "\/data\/icons\/32.png",
        "38": "\/data\/icons\/38.png",
        "48": "\/data\/icons\/48.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "commands": {
        "_execute_action": []
    }
}