9gag Nightmode

This extension grants the power of the darkside to your pc-master race rigg!

Cos'è 9gag Nightmode?

9gag Nightmode è un'estensione di Chrome sviluppata da fillfey, e la sua funzione principale è "This extension grants the power of the darkside to your pc-master race rigg!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione 9gag Nightmode

Scarica i file di estensione 9gag Nightmode 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

                        The dark side is brought to the PC master race!

Never again shall your eyes be harmed by the painful light!


NOTE: this is the first version of the extension, more features will be added!
if you find something that you think is wrong/should be improved feel free to send me an email or a private message on 9gag! user:fillfey                    

Informazioni di Base sull'Estensione

Nome 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
URL Ufficiale https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
Descrizione This extension grants the power of the darkside to your pc-master race rigg!
Dimensione del File 3.66 KB
Conteggio Installazioni 83
Versione Corrente 1.0
Ultimo Aggiornamento 2016-09-24
Data di Pubblicazione 2016-09-24
Valutazione 3.56/5 Totale 9 Valutazioni
Sviluppatore fillfey
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "9gag Nightmode",
    "description": "This extension grants the power of the darkside to your pc-master race rigg!",
    "version": "1.0",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "nightmode.js"
            ],
            "matches": [
                "http:\/\/9gag.com\/*"
            ]
        }
    ]
}