GlowTube - YouTube theme changes with video

YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!

GlowTube - YouTube theme changes with video क्या है?

GlowTube - YouTube theme changes with video pawel.misiurski द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में GlowTube - YouTube theme changes with video एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        It's like a TV with ambient light behind it but inside YouTube.

After installing watch this video!: https://www.youtube.com/watch?v=z5dfpe_-Lgg                    

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

नाम GlowTube - YouTube theme changes with video GlowTube - YouTube theme changes with video
ID kcmakmjeejndmolccmgcnpnkkfghjcje
आधिकारिक URL https://chrome.google.com/webstore/detail/glowtube-youtube-theme-ch/kcmakmjeejndmolccmgcnpnkkfghjcje
विवरण YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!
फ़ाइल का आकार 32.76 KB
स्थापना संख्या 448
वर्तमान संस्करण 1.2.3.4
अंतिम अपडेट 2016-03-12
प्रकाशन तिथि 2016-03-12
रेटिंग 3.75/5 कुल 16 रेटिंग्स
डेवलपर pawel.misiurski
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/dvlp/GlowTube
सहायता पृष्ठ URL https://github.com/dvlp/GlowTube
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GlowTube - YouTube theme changes with video",
    "version": "1.2.3.4",
    "manifest_version": 2,
    "description": "YouTube glows with the color of the video! Great with music festival videos! Might cause epileptic seizures and vomiting. Enjoy!",
    "homepage_url": "https:\/\/github.com\/DVLP\/GlowTube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "pages": [
            "src\/bg\/background.html"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/youtube.com\/*",
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/youtube.com\/*",
        "http:\/\/youtube.com\/*",
        "https:\/\/www.youtube.com\/*",
        "http:\/\/www.youtube.com\/*",
        "tabs"
    ],
    "web_accessible_resources": [
        "js\/inject.js"
    ]
}