White Youtube Theater

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

Co to jest White Youtube Theater?

White Youtube Theater to rozszerzenie Chrome opracowane przez Matty, a jego główną funkcją jest „Simply turns the ugly black theater background on youtube videos into a white one.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia White Youtube Theater

Pobierz pliki rozszerzeń White Youtube Theater w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Oficjalny URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Opis Simply turns the ugly black theater background on youtube videos into a white one.
Rozmiar pliku 11.65 KB
Liczba instalacji 29
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2017-08-12
Data Publikacji 2017-08-11
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper Matty
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}