9GAG LILiK Mod

Mod to make 9gag a better place

Wat is 9GAG LILiK Mod?

9GAG LILiK Mod is een Chrome-extensie ontwikkeld door edoardoo, en de belangrijkste functie is "Mod to make 9gag a better place".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie 9GAG LILiK Mod

Download 9GAG LILiK Mod-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam 9GAG LILiK Mod 9GAG LILiK Mod
ID jenphmjoijnljcmpfhikgenanadhlodo
Officiële URL https://chromewebstore.google.com/detail/9gag-lilik-mod/jenphmjoijnljcmpfhikgenanadhlodo
Beschrijving Mod to make 9gag a better place
Bestandsgrootte 131 KB
Aantal Installaties 27
Huidige Versie 1.1
Laatst Bijgewerkt 2015-07-11
Publicatiedatum 2015-07-11
Beoordeling 3.00/5 Totaal 4 Beoordelingen
Ontwikkelaar edoardoo
Betalingswijze free
Extensiewebsite http://lilik.it
Ondersteunde Talen 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
}