Lick is the new Like

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

Qu'est-ce que Lick is the new Like ?

Lick is the new Like est une extension Chrome développée par buzzmn, et sa fonction principale est "Change the Like button and icon on Facebook for the Lick button and icon.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lick is the new Like

Téléchargez les fichiers d'extension Lick is the new Like au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Lick is the new Like Lick is the new Like
ID jkoehmomjjooddbgfjoghgblllakfnje
URL Officiel https://chromewebstore.google.com/detail/lick-is-the-new-like/jkoehmomjjooddbgfjoghgblllakfnje
Description Change the Like button and icon on Facebook for the Lick button and icon.
Taille du Fichier 51.95 KB
Nombre d'Installations 125
Version Actuelle 1.0.2
Dernière Mise à Jour 2014-01-21
Date de Publication 2014-01-21
Évaluation 3.78/5 Total 18 Évaluations
Développeur buzzmn
Type de Paiement free
Langues Prises en Charge 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"
}