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
Eメール [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"
            ]
        }
    ]
}