Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
¿Qué es Lanky Kong Enhancer?
Lanky Kong Enhancer es una extensión de Chrome desarrollada por oComments.org, y su función principal es "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Lanky Kong Enhancer
Descarga archivos de extensión Lanky Kong Enhancer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
URL Oficial | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Descripción | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
Tamaño del Archivo | 45.23 KB |
Cantidad de Instalaciones | 18 |
Versión Actual | 0.7 |
Última Actualización | 2015-06-15 |
Fecha de Publicación | 2015-06-15 |
Calificación | 4.83/5 Total de 6 Calificaciones |
Desarrollador | oComments.org |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://bendo.io |
Idiomas Soportados | 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" ] } ] } |