Lightsoff

Turn all youtube into the dark but leaving the video you are watching, visible.

Cos'è Lightsoff?

Lightsoff è un'estensione di Chrome sviluppata da Denis Ciccale, e la sua funzione principale è "Turn all youtube into the dark but leaving the video you are watching, visible.".

Scarica il file CRX dell'estensione Lightsoff

Scarica i file di estensione Lightsoff 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

                        Turn all youtube into the dark but leaving the video you are watching, visible.                    

Informazioni di Base sull'Estensione

Nome Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
URL Ufficiale https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Descrizione Turn all youtube into the dark but leaving the video you are watching, visible.
Dimensione del File 86.22 KB
Conteggio Installazioni 38
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-04-18
Data di Pubblicazione 2017-04-18
Valutazione 1.67/5 Totale 6 Valutazioni
Sviluppatore Denis Ciccale
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lightsoff",
    "description": "Turn all youtube into the dark but leaving the video you are watching, visible.",
    "version": "1.0.2",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "background": {
        "scripts": [
            "lightsoff.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "css": [
                "lightsoff.css"
            ],
            "matches": [
                "http:\/\/*.youtube.com\/watch*",
                "https:\/\/*.youtube.com\/watch*"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Toggle Lightsoff",
        "default_icon": "icon128.png"
    },
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}