Night Mode lite

A Simple Night Mode extension for lightweight websities and streaming sities

Cos'è Night Mode lite?

Night Mode lite è un'estensione di Chrome sviluppata da Rejul Raghu, e la sua funzione principale è "A Simple Night Mode extension for lightweight websities and streaming sities".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Night Mode lite

Scarica i file di estensione Night Mode lite in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Night Mode lite is simple, lightweight & privacy friendly browser add-on for lightweight websites, text-reading websites and streaming website sites, that helps you quickly turn your current page to dark . 

Night Mode lite contains simple  ON|OFF switch which enables you to easily and quickly turn the dark mode ON or OFF.


Note: Please close all tabs before installing/enable Night Mode lite (add-on won't effect tabs that are opened before installation/enable, unless reloaded). 'Night mode lite' not intended for heavily customised websites.                    

Informazioni di Base sull'Estensione

Nome Night Mode lite Night Mode lite
ID kaciggfbbmkcohjhojhbipdlofgngfmj
URL Ufficiale https://chrome.google.com/webstore/detail/night-mode-lite/kaciggfbbmkcohjhojhbipdlofgngfmj
Descrizione A Simple Night Mode extension for lightweight websities and streaming sities
Dimensione del File 22.19 KB
Conteggio Installazioni 2,000
Versione Corrente 1.0
Ultimo Aggiornamento 2019-08-03
Data di Pubblicazione 2019-07-30
Valutazione 3.33/5 Totale 3 Valutazioni
Sviluppatore Rejul Raghu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Night Mode lite",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A Simple Night Mode extension for lightweight websities and streaming sities ",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_title": "Night Mode lite",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "activeTab",
        "storage"
    ]
}