9GAG Enhancer

The easiest way to have even more fun on 9GAG!

What is 9GAG Enhancer?

9GAG Enhancer is a Chrome extension developed by https://www.hyrioo.com, and its main feature is "The easiest way to have even more fun on 9GAG!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download 9GAG Enhancer Extension CRX File

Download 9GAG Enhancer 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 easiest way to have even more fun on 9GAG!                    

Extension Basic Information

Name 9GAG Enhancer 9GAG Enhancer
ID hkgekboaiglckocckkledkfcocbjnnfk
Official URL https://chromewebstore.google.com/detail/9gag-enhancer/hkgekboaiglckocckkledkfcocbjnnfk
Description The easiest way to have even more fun on 9GAG!
File Size 147 KB
Installation Count 93
Current Version 1.0
Last Updated 2016-04-01
Publish Date 2016-03-31
Rating 3.57/5 Total 7 Ratings
Developer https://www.hyrioo.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG Enhancer",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/9gag.com\/*",
        "*:\/\/*.9cache.com\/*"
    ],
    "incognito": "spanning",
    "content_scripts": [
        {
            "js": [
                "js\/jquery-plugins\/jquery.min.js",
                "js\/content-scripts\/9gag.min.js"
            ],
            "css": [
                "css\/9gag.css"
            ],
            "matches": [
                "*:\/\/9gag.com\/*"
            ],
            "exclude_matches": [
                "*:\/\/9gag.com\/tv*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "html\/background.html"
    },
    "options_page": "html\/options.html",
    "icons": {
        "128": "graphic\/logo\/logo-128.png"
    },
    "web_accessible_resources": [
        "html\/options.html"
    ]
}