White Youtube Theater

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

Wat is White Youtube Theater?

White Youtube Theater is een Chrome-extensie ontwikkeld door Matty, en de belangrijkste functie is "Simply turns the ugly black theater background on youtube videos into a white one.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie White Youtube Theater

Download White Youtube Theater-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Officiële URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Beschrijving Simply turns the ugly black theater background on youtube videos into a white one.
Bestandsgrootte 11.65 KB
Aantal Installaties 29
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-08-12
Publicatiedatum 2017-08-11
Beoordeling 3.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Matty
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}