Lanky Kong Enhancer

This extension puts the sweet and innocent Lanky Kong at the bottom of every website.

Что такое Lanky Kong Enhancer?

Lanky Kong Enhancer - это расширение Chrome, разработанное oComments.org, и его основная функция - "This extension puts the sweet and innocent Lanky Kong at the bottom of every website.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Lanky Kong Enhancer

Скачайте файлы расширений Lanky Kong Enhancer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Lanky Kong Enhancer Lanky Kong Enhancer
ID gambonfdngdmeceigbjmlkaadjgbalhc
Официальный URL https://chromewebstore.google.com/detail/lanky-kong-enhancer/gambonfdngdmeceigbjmlkaadjgbalhc
Описание This extension puts the sweet and innocent Lanky Kong at the bottom of every website.
Размер файла 45.23 KB
Количество установок 18
Текущая Версия 0.7
Последнее Обновление 2015-06-15
Дата публикации 2015-06-15
Рейтинг 4.83/5 Всего 6 оценок
Разработчик oComments.org
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://bendo.io
Поддерживаемые языки 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"
            ]
        }
    ]
}