Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
What is Lanky Kong Enhancer?
Lanky Kong Enhancer is a Chrome extension developed by oComments.org, and its main feature is "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".
Extension Screenshots
Download Lanky Kong Enhancer Extension CRX File
Download Lanky Kong Enhancer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
Official URL | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Description | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
File Size | 45.23 KB |
Installation Count | 18 |
Current Version | 0.7 |
Last Updated | 2015-06-15 |
Publish Date | 2015-06-15 |
Rating | 4.83/5 Total 6 Ratings |
Developer | oComments.org |
[email protected] | |
Payment Type | free |
Extension Website | http://bendo.io |
Supported Languages | 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" ] } ] } |