DarkReddit

Dark theme for reddit

Cos'è DarkReddit?

DarkReddit è un'estensione di Chrome sviluppata da manzieric, e la sua funzione principale è "Dark theme for reddit".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione DarkReddit

Scarica i file di estensione DarkReddit 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

                        Dark theme for browsing reddit                    

Informazioni di Base sull'Estensione

Nome DarkReddit DarkReddit
ID dbokdalmabgohpiainkccbfpobgjechg
URL Ufficiale https://chromewebstore.google.com/detail/darkreddit/dbokdalmabgohpiainkccbfpobgjechg
Descrizione Dark theme for reddit
Dimensione del File 17.28 KB
Conteggio Installazioni 11
Versione Corrente 0.0.2
Ultimo Aggiornamento 2016-09-12
Data di Pubblicazione 2016-09-11
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore manzieric
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DarkReddit",
    "description": "Dark theme for reddit",
    "version": "0.0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.reddit.com\/",
                "https:\/\/www.reddit.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}