Lick is the new Like

Change the Like button and icon on Facebook for the Lick button and icon.

Что такое Lick is the new Like?

Lick is the new Like - это расширение Chrome, разработанное buzzmn, и его основная функция - "Change the Like button and icon on Facebook for the Lick button and icon.".

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

screenshot

Скачать файл CRX расширения Lick is the new Like

Скачайте файлы расширений Lick is the new Like в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Easily change the Like button and thumbs-up icon on Facebook for the Lick button and tongue icon! Lick is the new Like; it's time to lick what you truly love!                    

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

Название Lick is the new Like Lick is the new Like
ID jkoehmomjjooddbgfjoghgblllakfnje
Официальный URL https://chromewebstore.google.com/detail/lick-is-the-new-like/jkoehmomjjooddbgfjoghgblllakfnje
Описание Change the Like button and icon on Facebook for the Lick button and icon.
Размер файла 51.95 KB
Количество установок 125
Текущая Версия 1.0.2
Последнее Обновление 2014-01-21
Дата публикации 2014-01-21
Рейтинг 3.78/5 Всего 18 оценок
Разработчик buzzmn
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "jquery.min.js",
                "extension.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ]
        }
    ],
    "name": "Lick is the new Like",
    "description": "Change the Like button and icon on Facebook for the Lick button and icon.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0.2"
}