9gag Nightmode

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

Hvad er 9gag Nightmode?

9gag Nightmode er en Chrome-udvidelse udviklet af fillfey, og dens hovedfunktion er "This extension grants the power of the darkside to your pc-master race rigg!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download 9gag Nightmode-udvidelses-CRX-fil

Download 9gag Nightmode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
Officiel URL https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
Beskrivelse This extension grants the power of the darkside to your pc-master race rigg!
Filstørrelse 3.66 KB
Antal Installationer 83
Nuværende Version 1.0
Senest Opdateret 2016-09-24
Udgivelsesdato 2016-09-24
Bedømmelse 3.56/5 Samlet 9 Bedømmelser
Udvikler fillfey
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}