White Youtube Theater

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

Co je White Youtube Theater?

White Youtube Theater je rozšíření Chrome vyvinuté Matty, a jeho hlavní funkcí je „Simply turns the ugly black theater background on youtube videos into a white one.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření White Youtube Theater

Stáhněte si soubory rozšíření White Youtube Theater ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Oficiální URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Popis Simply turns the ugly black theater background on youtube videos into a white one.
Velikost souboru 11.65 KB
Počet instalací 29
Aktuální Verze 0.0.2
Poslední Aktualizace 2017-08-12
Datum Vydání 2017-08-11
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Matty
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}