Lightsoff

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

Qu'est-ce que Lightsoff ?

Lightsoff est une extension Chrome développée par Denis Ciccale, et sa fonction principale est "Turn all youtube into the dark but leaving the video you are watching, visible.".

Télécharger le fichier CRX de l'extension Lightsoff

Téléchargez les fichiers d'extension Lightsoff au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
URL Officiel https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Description Turn all youtube into the dark but leaving the video you are watching, visible.
Taille du Fichier 86.22 KB
Nombre d'Installations 38
Version Actuelle 1.0.2
Dernière Mise à Jour 2017-04-18
Date de Publication 2017-04-18
Évaluation 1.67/5 Total 6 Évaluations
Développeur Denis Ciccale
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}