White Youtube Theater

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

Hvad er White Youtube Theater?

White Youtube Theater er en Chrome-udvidelse udviklet af Matty, og dens hovedfunktion er "Simply turns the ugly black theater background on youtube videos into a white one.".

Udvidelsesskærmbilleder

screenshot

Download White Youtube Theater-udvidelses-CRX-fil

Download White Youtube Theater-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Officiel URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Beskrivelse Simply turns the ugly black theater background on youtube videos into a white one.
Filstørrelse 11.65 KB
Antal Installationer 29
Nuværende Version 0.0.2
Senest Opdateret 2017-08-12
Udgivelsesdato 2017-08-11
Bedømmelse 3.00/5 Samlet 2 Bedømmelser
Udvikler Matty
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}