Lick is the new Like

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

O que é Lick is the new Like?

Lick is the new Like é uma extensão do Chrome desenvolvida por buzzmn, e sua principal característica é "Change the Like button and icon on Facebook for the Lick button and icon.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lick is the new Like

Baixe arquivos de extensão Lick is the new Like no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 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
Descrição Change the Like button and icon on Facebook for the Lick button and icon.
Tamanho do Arquivo 51.95 KB
Contagem de Instalações 125
Versão Atual 1.0.2
Última Atualização 2014-01-21
Data de Publicação 2014-01-21
Classificação 3.78/5 Total de 18 Avaliações
Desenvolvedor buzzmn
Tipo de Pagamento free
Idiomas Suportados 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"
}