Lightsoff

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

Vad är Lightsoff?

Lightsoff är en Chrome-tillägg utvecklad av Denis Ciccale, och dess huvudfunktion är "Turn all youtube into the dark but leaving the video you are watching, visible.".

Ladda ner Lightsoff-förlängningens CRX-fil

Ladda ner Lightsoff-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Lightsoff Lightsoff
ID bjdkpnibhhhelepfmnknbkifbogllcpp
Officiell webbadress https://chrome.google.com/webstore/detail/lightsoff/bjdkpnibhhhelepfmnknbkifbogllcpp
Beskrivning Turn all youtube into the dark but leaving the video you are watching, visible.
Filstorlek 86.22 KB
Antal Installationer 38
Aktuell Version 1.0.2
Senast Uppdaterad 2017-04-18
Publiceringsdatum 2017-04-18
Betyg 1.67/5 Totalt 6 Betyg
Utvecklare Denis Ciccale
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}