Night Mode - Hacker News

Night Mode for Hacker News (news.ycombinator.com)

Cos'è Night Mode - Hacker News?

Night Mode - Hacker News è un'estensione di Chrome sviluppata da nexinspiration, e la sua funzione principale è "Night Mode for Hacker News (news.ycombinator.com)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Night Mode - Hacker News

Scarica i file di estensione Night Mode - Hacker News 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 for Hacker News (news.ycombinator.com)                    

Informazioni di Base sull'Estensione

Nome Night Mode - Hacker News Night Mode - Hacker News
ID mgkpkbbpkgdbpojiidjaaplkcdemdpme
URL Ufficiale https://chromewebstore.google.com/detail/night-mode-hacker-news/mgkpkbbpkgdbpojiidjaaplkcdemdpme
Descrizione Night Mode for Hacker News (news.ycombinator.com)
Dimensione del File 9.82 KB
Conteggio Installazioni 33
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-09-20
Data di Pubblicazione 2017-09-20
Valutazione 4.67/5 Totale 3 Valutazioni
Sviluppatore nexinspiration
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Night Mode - Hacker News",
    "version": "0.0.2",
    "description": "Night Mode for Hacker News (news.ycombinator.com)",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/news.ycombinator.com\/*"
            ],
            "js": [
                "ycombinator.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "96": "[email protected]"
    }
}