Auto Adjusting for Youtube

Adjust Youtube video quality and make player wide automatically

什麼是Auto Adjusting for Youtube?

Auto Adjusting for Youtube是由Mingc開發的Chrome擴展程式,該擴展的主要功能是“Adjust Youtube video quality and make player wide automatically”。

擴展截圖

screenshot
screenshot

下載Auto Adjusting for Youtube擴展crx文件

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

擴展使用說明

                        Just keep it simple and clean.

No Ad injection!
NEVER track you!                    

擴展基本資訊

名稱 Auto Adjusting for Youtube Auto Adjusting for Youtube
ID lhobbnhfgailbhfjahkkiepjekgllmej
官方網址 https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej
簡介 Adjust Youtube video quality and make player wide automatically
檔案大小 13.69 KB
安裝次數 111
目前版本 1.0.5
更新時間 2013-12-07
上架時間 2013-12-07
評分 4.00/5 共 7 次評分
開發者 Mingc
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL http://[email protected]
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Adjusting for Youtube",
    "short_name": "AA for Youtube",
    "description": "Adjust Youtube video quality and make player wide automatically",
    "version": "1.0.5",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "*:\/\/www.youtube.com\/*",
        "storage"
    ]
}