Lightsoff

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

Hvad er Lightsoff?

Lightsoff er en Chrome-udvidelse udviklet af Denis Ciccale, og dens hovedfunktion er "Turn all youtube into the dark but leaving the video you are watching, visible.".

Download Lightsoff-udvidelses-CRX-fil

Download Lightsoff-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
Officiel URL https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Beskrivelse Turn all youtube into the dark but leaving the video you are watching, visible.
Filstørrelse 86.22 KB
Antal Installationer 38
Nuværende Version 1.0.2
Senest Opdateret 2017-04-18
Udgivelsesdato 2017-04-18
Bedømmelse 1.67/5 Samlet 6 Bedømmelser
Udvikler Denis Ciccale
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}