Lick is the new Like

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

¿Qué es Lick is the new Like?

Lick is the new Like es una extensión de Chrome desarrollada por buzzmn, y su función principal es "Change the Like button and icon on Facebook for the Lick button and icon.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Lick is the new Like

Descarga archivos de extensión Lick is the new Like en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Lick is the new Like Lick is the new Like
ID jkoehmomjjooddbgfjoghgblllakfnje
URL Oficial https://chromewebstore.google.com/detail/lick-is-the-new-like/jkoehmomjjooddbgfjoghgblllakfnje
Descripción Change the Like button and icon on Facebook for the Lick button and icon.
Tamaño del Archivo 51.95 KB
Cantidad de Instalaciones 125
Versión Actual 1.0.2
Última Actualización 2014-01-21
Fecha de Publicación 2014-01-21
Calificación 3.78/5 Total de 18 Calificaciones
Desarrollador buzzmn
Tipo de Pago free
Idiomas Soportados 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"
}