9gag Nightmode

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

What is 9gag Nightmode?

9gag Nightmode is a Chrome extension developed by fillfey, and its main feature is "This extension grants the power of the darkside to your pc-master race rigg!".

Extension Screenshots

screenshot
screenshot

Download 9gag Nightmode Extension CRX File

Download 9gag Nightmode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name 9gag Nightmode 9gag Nightmode
ID ngmiplaolgcbgbamiiebenabpcgddbef
Official URL https://chrome.google.com/webstore/detail/9gag-nightmode/ngmiplaolgcbgbamiiebenabpcgddbef
Description This extension grants the power of the darkside to your pc-master race rigg!
File Size 3.66 KB
Installation Count 83
Current Version 1.0
Last Updated 2016-09-24
Publish Date 2016-09-24
Rating 3.56/5 Total 9 Ratings
Developer fillfey
Email [email protected]
Payment Type free
Supported Languages 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\/*"
            ]
        }
    ]
}