White Youtube Theater

Simply turns the ugly black theater background on youtube videos into a white one.

什麼是White Youtube Theater?

White Youtube Theater是由Matty開發的Chrome擴展程式,該擴展的主要功能是“Simply turns the ugly black theater background on youtube videos into a white one.”。

擴展截圖

screenshot

下載White Youtube Theater擴展crx文件

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

擴展使用說明

                        Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.                    

擴展基本資訊

名稱 White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
官方網址 https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
簡介 Simply turns the ugly black theater background on youtube videos into a white one.
檔案大小 11.65 KB
安裝次數 29
目前版本 0.0.2
更新時間 2017-08-12
上架時間 2017-08-11
評分 3.00/5 共 2 次評分
開發者 Matty
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "White Youtube Theater",
    "version": "0.0.2",
    "description": "Simply turns the ugly black theater background on youtube videos into a white one.",
    "icons": {
        "64": "icon64.png"
    },
    "author": "Matty",
    "browser_action": {
        "default_icon": "icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch*",
                "http:\/\/www.youtube.com\/watch*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}