TubeLight

TubeLight - Make background darker while playing YouTube videos.

Cos'è TubeLight?

TubeLight è un'estensione di Chrome sviluppata da https://www.refearn.com, e la sua funzione principale è "TubeLight - Make background darker while playing YouTube videos.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione TubeLight

Scarica i file di estensione TubeLight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Love watching Youtube  Videos on your PC?

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

Informazioni di Base sull'Estensione

Nome TubeLight TubeLight
ID dkappdiiieiomfpfgpigmfnhejpgigmo
URL Ufficiale https://chrome.google.com/webstore/detail/tubelight/dkappdiiieiomfpfgpigmfnhejpgigmo
Descrizione TubeLight - Make background darker while playing YouTube videos.
Dimensione del File 78.69 KB
Conteggio Installazioni 40
Versione Corrente 1.0.3
Ultimo Aggiornamento 2017-06-09
Data di Pubblicazione 2017-06-09
Valutazione 3.83/5 Totale 6 Valutazioni
Sviluppatore https://www.refearn.com
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.refearn.com/privacy-policy.php
Lingue Supportate 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"
            ]
        }
    ]
}