Lightsoff

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

Co je Lightsoff?

Lightsoff je rozšíření Chrome vyvinuté Denis Ciccale, a jeho hlavní funkcí je „Turn all youtube into the dark but leaving the video you are watching, visible.“.

Stáhnout soubor CRX rozšíření Lightsoff

Stáhněte si soubory rozšíření Lightsoff ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
Oficiální URL https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Popis Turn all youtube into the dark but leaving the video you are watching, visible.
Velikost souboru 86.22 KB
Počet instalací 38
Aktuální Verze 1.0.2
Poslední Aktualizace 2017-04-18
Datum Vydání 2017-04-18
Hodnocení 1.67/5 Celkem 6 Hodnocení
Vývojář Denis Ciccale
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}