White Youtube Theater

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

White Youtube Theater क्या है?

White Youtube Theater Matty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply turns the ugly black theater background on youtube videos into a white one."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में White Youtube Theater एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम White Youtube Theater White Youtube Theater
ID jhiplojahdcbafccnhpgloocikmommgi
आधिकारिक URL https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi
विवरण Simply turns the ugly black theater background on youtube videos into a white one.
फ़ाइल का आकार 11.65 KB
स्थापना संख्या 29
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2017-08-12
प्रकाशन तिथि 2017-08-11
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर Matty
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
            ]
        }
    ]
}