White Youtube Theater

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

What is White Youtube Theater?

White Youtube Theater is a Chrome extension developed by Matty, and its main feature is "Simply turns the ugly black theater background on youtube videos into a white one.".

Extension Screenshots

screenshot

Download White Youtube Theater Extension CRX File

Download White Youtube Theater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
Official URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
Description Simply turns the ugly black theater background on youtube videos into a white one.
File Size 11.65 KB
Installation Count 29
Current Version 0.0.2
Last Updated 2017-08-12
Publish Date 2017-08-11
Rating 3.00/5 Total 2 Ratings
Developer Matty
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}