Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Wat is Lanky Kong Enhancer?
Lanky Kong Enhancer is een Chrome-extensie ontwikkeld door oComments.org, en de belangrijkste functie is "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".
Extensie Screenshots
Download het CRX-bestand van de extensie Lanky Kong Enhancer
Download Lanky Kong Enhancer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
Officiële URL | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Beschrijving | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
Bestandsgrootte | 45.23 KB |
Aantal Installaties | 18 |
Huidige Versie | 0.7 |
Laatst Bijgewerkt | 2015-06-15 |
Publicatiedatum | 2015-06-15 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | oComments.org |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://bendo.io |
Ondersteunde Talen | 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" ] } ] } |