9GAG LILiK Mod

Mod to make 9gag a better place

What is 9GAG LILiK Mod?

9GAG LILiK Mod is a Chrome extension developed by edoardoo, and its main feature is "Mod to make 9gag a better place".

Extension Screenshots

screenshot

Download 9GAG LILiK Mod Extension CRX File

Download 9GAG LILiK Mod 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

                        Super duper extension for 9gag with awesome features, including:
- fast long post visualization
- zoom on posts list (with z key)
- NSFW showing even if you are not logged in
- Night mode, to help your eyes at night
- remove Wake Up ad
- gif control 
- post permalink to keep browsing from that post

IT'S ALPHA! So some things may not work. Let us know.                    

Extension Basic Information

Name 9GAG LILiK Mod 9GAG LILiK Mod
ID jenphmjoijnljcmpfhikgenanadhlodo
Official URL https://chromewebstore.google.com/detail/9gag-lilik-mod/jenphmjoijnljcmpfhikgenanadhlodo
Description Mod to make 9gag a better place
File Size 131 KB
Installation Count 27
Current Version 1.1
Last Updated 2015-07-11
Publish Date 2015-07-11
Rating 3.00/5 Total 4 Ratings
Developer edoardoo
Payment Type free
Extension Website http://lilik.it
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "9GAG LILiK Mod",
    "description": "Mod to make 9gag a better place",
    "version": "1.1",
    "options_page": "preferences\/preferences.html",
    "permissions": [
        "activeTab",
        "contextMenus",
        "clipboardWrite",
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "jquery-2.1.4.min.js",
                "main.js"
            ],
            "matches": [
                "http:\/\/9gag.com\/*",
                "https:\/\/9gag.com\/*"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "assets\/logo100.png",
        "style.css"
    ],
    "icons": {
        "16": "assets\/logoDark16.png",
        "48": "assets\/logoDark48.png",
        "128": "assets\/logoDark128.png"
    },
    "manifest_version": 2
}