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
官方網址 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"
            ]
        }
    ]
}