9GAG LILiK Mod

Mod to make 9gag a better place

Qu'est-ce que 9GAG LILiK Mod ?

9GAG LILiK Mod est une extension Chrome développée par edoardoo, et sa fonction principale est "Mod to make 9gag a better place".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension 9GAG LILiK Mod

Téléchargez les fichiers d'extension 9GAG LILiK Mod au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom 9GAG LILiK Mod 9GAG LILiK Mod
ID jenphmjoijnljcmpfhikgenanadhlodo
URL Officiel https://chromewebstore.google.com/detail/9gag-lilik-mod/jenphmjoijnljcmpfhikgenanadhlodo
Description Mod to make 9gag a better place
Taille du Fichier 131 KB
Nombre d'Installations 27
Version Actuelle 1.1
Dernière Mise à Jour 2015-07-11
Date de Publication 2015-07-11
Évaluation 3.00/5 Total 4 Évaluations
Développeur edoardoo
Type de Paiement free
Site Web de l'Extension http://lilik.it
Langues Prises en Charge 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
}