9gag Night Mode

Night mode for the 9gag website!

What is 9gag Night Mode?

9gag Night Mode is a Chrome extension developed by Alex Benoit, and its main feature is "Night mode for the 9gag website!".

Extension Screenshots

screenshot

Download 9gag Night Mode Extension CRX File

Download 9gag Night Mode 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

                        Unofficial Chrome Extension to enable night mode on the 9gag desktop website.                    

Extension Basic Information

Name 9gag Night Mode 9gag Night Mode
ID pdoebgohinaejdpncadbahijijgoffke
Official URL https://chromewebstore.google.com/detail/9gag-night-mode/pdoebgohinaejdpncadbahijijgoffke
Description Night mode for the 9gag website!
File Size 12.15 KB
Installation Count 6,133
Current Version 1.3.6
Last Updated 2018-03-30
Publish Date 2018-03-30
Rating 4.63/5 Total 88 Ratings
Developer Alex Benoit
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 Night Mode",
    "version": "1.3.6",
    "description": "Night mode for the 9gag website!",
    "icons": {
        "128": "9gagext.png"
    },
    "content_scripts": [
        {
            "css": [
                "9gag-override.css"
            ],
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ]
        }
    ]
}