Lick is the new Like

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

Co to jest Lick is the new Like?

Lick is the new Like to rozszerzenie Chrome opracowane przez buzzmn, a jego główną funkcją jest „Change the Like button and icon on Facebook for the Lick button and icon.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Lick is the new Like

Pobierz pliki rozszerzeń Lick is the new Like 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

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Lick is the new Like Lick is the new Like
ID jkoehmomjjooddbgfjoghgblllakfnje
Oficjalny URL https://chromewebstore.google.com/detail/lick-is-the-new-like/jkoehmomjjooddbgfjoghgblllakfnje
Opis Change the Like button and icon on Facebook for the Lick button and icon.
Rozmiar pliku 51.95 KB
Liczba instalacji 125
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2014-01-21
Data Publikacji 2014-01-21
Ocena 3.78/5 Łącznie 18 Oceny
Deweloper buzzmn
Typ Płatności free
Obsługiwane Języki 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"
}