Lick is the new Like

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

Hvad er Lick is the new Like?

Lick is the new Like er en Chrome-udvidelse udviklet af buzzmn, og dens hovedfunktion er "Change the Like button and icon on Facebook for the Lick button and icon.".

Udvidelsesskærmbilleder

screenshot

Download Lick is the new Like-udvidelses-CRX-fil

Download Lick is the new Like-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Lick is the new Like Lick is the new Like
ID jkoehmomjjooddbgfjoghgblllakfnje
Officiel URL https://chromewebstore.google.com/detail/lick-is-the-new-like/jkoehmomjjooddbgfjoghgblllakfnje
Beskrivelse Change the Like button and icon on Facebook for the Lick button and icon.
Filstørrelse 51.95 KB
Antal Installationer 125
Nuværende Version 1.0.2
Senest Opdateret 2014-01-21
Udgivelsesdato 2014-01-21
Bedømmelse 3.78/5 Samlet 18 Bedømmelser
Udvikler buzzmn
Betalingsmetode free
Understøttede Sprog 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"
}