Lanky Kong Enhancer

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

Hvad er Lanky Kong Enhancer?

Lanky Kong Enhancer er en Chrome-udvidelse udviklet af oComments.org, og dens hovedfunktion er "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Lanky Kong Enhancer-udvidelses-CRX-fil

Download Lanky Kong Enhancer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Lanky Kong Enhancer Lanky Kong Enhancer
ID gambonfdngdmeceigbjmlkaadjgbalhc
Officiel URL https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc
Beskrivelse This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Filstørrelse 45.23 KB
Antal Installationer 18
Nuværende Version 0.7
Senest Opdateret 2015-06-15
Udgivelsesdato 2015-06-15
Bedømmelse 4.83/5 Samlet 6 Bedømmelser
Udvikler oComments.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://bendo.io
Understøttede Sprog 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"
            ]
        }
    ]
}