TubeLight

TubeLight - Make background darker while playing YouTube videos.

什么是TubeLight?

TubeLight是由https://www.refearn.com开发的Chrome扩展程序,该扩展的主要功能是“TubeLight - Make background darker while playing YouTube videos.”。

扩展截图

screenshot
screenshot

下载TubeLight扩展crx文件

下载TubeLight扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Love watching Youtube  Videos on your PC?

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

扩展基本信息

名称 TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
官方URL https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
简介 TubeLight - Make background darker while playing YouTube videos.
文件大小 78.69 KB
安装次数 40
当前版本 1.0.3
更新时间 2017-06-09
上架时间 2017-06-09
评分 3.83/5 共6次评分
开发者 https://www.refearn.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.refearn.com/privacy-policy.php
支持的语言 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"
            ]
        }
    ]
}