White Youtube Theater

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

Vad är White Youtube Theater?

White Youtube Theater är en Chrome-tillägg utvecklad av Matty, och dess huvudfunktion är "Simply turns the ugly black theater background on youtube videos into a white one.".

Tilläggsskärmbilder

screenshot

Ladda ner White Youtube Theater-förlängningens CRX-fil

Ladda ner White Youtube Theater-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Officiell webbadress https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Beskrivning Simply turns the ugly black theater background on youtube videos into a white one.
Filstorlek 11.65 KB
Antal Installationer 29
Aktuell Version 0.0.2
Senast Uppdaterad 2017-08-12
Publiceringsdatum 2017-08-11
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare Matty
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}