Lanky Kong Enhancer

This extension puts the sweet and innocent Lanky Kong at the bottom of every website.

Cos'è Lanky Kong Enhancer?

Lanky Kong Enhancer è un'estensione di Chrome sviluppata da oComments.org, e la sua funzione principale è "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Lanky Kong Enhancer

Scarica i file di estensione Lanky Kong Enhancer 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

                        Enhance the boring, disgusting outdated internet, with this elegant free extension that puts an adorable young Lanky Kong at the bottom of each page you visit, take a look at some of the example screenshots.                    

Informazioni di Base sull'Estensione

Nome Lanky Kong Enhancer Lanky Kong Enhancer
ID gambonfdngdmeceigbjmlkaadjgbalhc
URL Ufficiale https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc
Descrizione This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Dimensione del File 45.23 KB
Conteggio Installazioni 18
Versione Corrente 0.7
Ultimo Aggiornamento 2015-06-15
Data di Pubblicazione 2015-06-15
Valutazione 4.83/5 Totale 6 Valutazioni
Sviluppatore oComments.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://bendo.io
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lanky Kong Enhancer",
    "version": "0.7",
    "manifest_version": 2,
    "description": "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.",
    "homepage_url": "http:\/\/bendo.io",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        },
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}