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
公式URL 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"
            ]
        }
    ]
}