Lightsoff

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

Was ist Lightsoff?

Lightsoff ist eine Chrome-Erweiterung, die von Denis Ciccale entwickelt wurde, und ihr Hauptmerkmal ist "Turn all youtube into the dark but leaving the video you are watching, visible.".

Lightsoff-Erweiterungs-CRX-Datei herunterladen

Laden Sie Lightsoff-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
Offizielle URL https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Beschreibung Turn all youtube into the dark but leaving the video you are watching, visible.
Dateigröße 86.22 KB
Installationsanzahl 38
Aktuelle Version 1.0.2
Letztes Update 2017-04-18
Veröffentlichungsdatum 2017-04-18
Bewertung 1.67/5 Insgesamt 6 Bewertungen
Entwickler Denis Ciccale
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}