TubeLight

TubeLight - Make background darker while playing YouTube videos.

Apa itu TubeLight?

TubeLight adalah ekstensi Chrome yang dikembangkan oleh https://www.refearn.com, dan fitur utamanya adalah "TubeLight - Make background darker while playing YouTube videos.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi TubeLight

Unduh file ekstensi TubeLight dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Love watching Youtube  Videos on your PC?

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

Informasi Dasar Ekstensi

Nama TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
URL Resmi https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
Deskripsi TubeLight - Make background darker while playing YouTube videos.
Ukuran File 78.69 KB
Jumlah Instalasi 40
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2017-06-09
Tanggal Publikasi 2017-06-09
Penilaian 3.83/5 Total 6 Penilaian
Pengembang https://www.refearn.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://www.refearn.com/privacy-policy.php
Bahasa yang Didukung 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"
            ]
        }
    ]
}