Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Apa itu Lanky Kong Enhancer?
Lanky Kong Enhancer adalah ekstensi Chrome yang dikembangkan oleh oComments.org, dan fitur utamanya adalah "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Lanky Kong Enhancer
Unduh file ekstensi Lanky Kong Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
URL Resmi | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Deskripsi | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
Ukuran File | 45.23 KB |
Jumlah Instalasi | 18 |
Versi Saat Ini | 0.7 |
Terakhir Diperbarui | 2015-06-15 |
Tanggal Publikasi | 2015-06-15 |
Penilaian | 4.83/5 Total 6 Penilaian |
Pengembang | oComments.org |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://bendo.io |
Bahasa yang Didukung | 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" ] } ] } |