Lanky Kong Enhancer
This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Co to jest Lanky Kong Enhancer?
Lanky Kong Enhancer to rozszerzenie Chrome opracowane przez oComments.org, a jego główną funkcją jest „This extension puts the sweet and innocent Lanky Kong at the bottom of every website.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lanky Kong Enhancer
Pobierz pliki rozszerzeń Lanky Kong Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | gambonfdngdmeceigbjmlkaadjgbalhc |
Oficjalny URL | https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc |
Opis | This extension puts the sweet and innocent Lanky Kong at the bottom of every website. |
Rozmiar pliku | 45.23 KB |
Liczba instalacji | 18 |
Aktualna Wersja | 0.7 |
Ostatnia Aktualizacja | 2015-06-15 |
Data Publikacji | 2015-06-15 |
Ocena | 4.83/5 Łącznie 6 Oceny |
Deweloper | oComments.org |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://bendo.io |
Obsługiwane Języki | 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" ] } ] } |