Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
O que é Lanky Kong Enhancer?
Lanky Kong Enhancer é uma extensão do Chrome desenvolvida por oComments.org, e sua principal característica é "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Lanky Kong Enhancer
Baixe arquivos de extensão Lanky Kong Enhancer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
URL Oficial | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Descrição | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
Tamanho do Arquivo | 45.23 KB |
Contagem de Instalações | 18 |
Versão Atual | 0.7 |
Última Atualização | 2015-06-15 |
Data de Publicação | 2015-06-15 |
Classificação | 4.83/5 Total de 6 Avaliações |
Desenvolvedor | oComments.org |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://bendo.io |
Idiomas Suportados | 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" ] } ] } |