Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Was ist Lanky Kong Enhancer?
Lanky Kong Enhancer ist eine Chrome-Erweiterung, die von oComments.org entwickelt wurde, und ihr Hauptmerkmal ist "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".
Erweiterungsscreenshots
Lanky Kong Enhancer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lanky Kong Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
Offizielle URL | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Beschreibung | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
Dateigröße | 45.23 KB |
Installationsanzahl | 18 |
Aktuelle Version | 0.7 |
Letztes Update | 2015-06-15 |
Veröffentlichungsdatum | 2015-06-15 |
Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
Entwickler | oComments.org |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | http://bendo.io |
Unterstützte Sprachen | 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" ] } ] } |