Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Co je Lanky Kong Enhancer?
Lanky Kong Enhancer je rozšíření Chrome vyvinuté oComments.org, a jeho hlavní funkcí je „This extension puts the sweet and innocent Lanky Kong at the bottom of every website.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lanky Kong Enhancer
Stáhněte si soubory rozšíření Lanky Kong Enhancer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
Oficiální URL | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Popis | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
Velikost souboru | 45.23 KB |
Počet instalací | 18 |
Aktuální Verze | 0.7 |
Poslední Aktualizace | 2015-06-15 |
Datum Vydání | 2015-06-15 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | oComments.org |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://bendo.io |
Podporované Jazyky | 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" ] } ] } |