Lanky Kong Enhancer

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

Vad är Lanky Kong Enhancer?

Lanky Kong Enhancer är en Chrome-tillägg utvecklad av oComments.org, och dess huvudfunktion är "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Lanky Kong Enhancer-förlängningens CRX-fil

Ladda ner Lanky Kong Enhancer-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Lanky Kong Enhancer Lanky Kong Enhancer
ID gambonfdngdmeceigbjmlkaadjgbalhc
Officiell webbadress https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc
Beskrivning This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Filstorlek 45.23 KB
Antal Installationer 18
Aktuell Version 0.7
Senast Uppdaterad 2015-06-15
Publiceringsdatum 2015-06-15
Betyg 4.83/5 Totalt 6 Betyg
Utvecklare oComments.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://bendo.io
Stödda Språk 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"
            ]
        }
    ]
}