TubeLight

TubeLight - Make background darker while playing YouTube videos.

What is TubeLight?

TubeLight is a Chrome extension developed by https://www.refearn.com, and its main feature is "TubeLight - Make background darker while playing YouTube videos.".

Extension Screenshots

screenshot
screenshot

Download TubeLight Extension CRX File

Download TubeLight 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

                        Love watching Youtube  Videos on your PC?

Now add to chrome Tubelight extension, and get theatre-wali feeling while watching your favourite shows!!                    

Extension Basic Information

Name TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
Official URL https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
Description TubeLight - Make background darker while playing YouTube videos.
File Size 78.69 KB
Installation Count 40
Current Version 1.0.3
Last Updated 2017-06-09
Publish Date 2017-06-09
Rating 3.83/5 Total 6 Ratings
Developer https://www.refearn.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.refearn.com/privacy-policy.php
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TubeLight",
    "version": "1.0.3",
    "manifest_version": 2,
    "description": "TubeLight - Make background darker while playing YouTube videos.",
    "icons": {
        "16": "TubeLight_19.png",
        "48": "TubeLight_48.png",
        "128": "TubeLight_128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "TubeLight - Make background darker while playing YouTube videos.",
        "default_icon": "TubeLight_19_grey.png"
    },
    "permissions": [
        "storage",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "https:\/\/www.google.com\/"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "css": [
                "appStyle.css"
            ],
            "js": [
                "jquery.js"
            ]
        }
    ]
}