9GAG LILiK Mod

Mod to make 9gag a better place

Cos'è 9GAG LILiK Mod?

9GAG LILiK Mod è un'estensione di Chrome sviluppata da edoardoo, e la sua funzione principale è "Mod to make 9gag a better place".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione 9GAG LILiK Mod

Scarica i file di estensione 9GAG LILiK Mod in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome 9GAG LILiK Mod 9GAG LILiK Mod
ID jenphmjoijnljcmpfhikgenanadhlodo
URL Ufficiale https://chromewebstore.google.com/detail/9gag-lilik-mod/jenphmjoijnljcmpfhikgenanadhlodo
Descrizione Mod to make 9gag a better place
Dimensione del File 131 KB
Conteggio Installazioni 27
Versione Corrente 1.1
Ultimo Aggiornamento 2015-07-11
Data di Pubblicazione 2015-07-11
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore edoardoo
Tipo di Pagamento free
Sito Web dell'Estensione http://lilik.it
Lingue Supportate 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
}