YouTube High Definition

This extension is powerful tool that will let you play all videos in HD and change video player size automatically.

什麼是YouTube High Definition?

YouTube High Definition是由https://barisderin.com開發的Chrome擴展程式,該擴展的主要功能是“This extension is powerful tool that will let you play all videos in HD and change video player size automatically.”。

擴展截圖

screenshot

下載YouTube High Definition擴展crx文件

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

擴展使用說明

                        This extension is a powerful tool that will let you 

* automatically play all videos in HD
* turn off annotations 
* change video player size 
* automatically stop videos 
* auto mute video sound
* have HD support for all other YouTube videos on other external sites like Twitter, Reddit and Facebook.                    

擴展基本資訊

名稱 YouTube High Definition YouTube High Definition
ID dokdlgjaaaijndfajoknjbelmadhomca
官方網址 https://chromewebstore.google.com/detail/youtube-high-definition/dokdlgjaaaijndfajoknjbelmadhomca
簡介 This extension is powerful tool that will let you play all videos in HD and change video player size automatically.
檔案大小 205 KB
安裝次數 10,000
目前版本 118.0.3
更新時間 2023-09-19
上架時間 2022-05-31
評分 3.79/5 共 159 次評分
開發者 https://barisderin.com
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://barisderin.com/?p=39
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "118.0.3",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_page": "popup\/popup.html",
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_title": "__MSG_appName__"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content_script.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "style\/*",
                "scripts\/*"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}