UnlikeForever

Removes the ability to like things on facebook.

O que é UnlikeForever?

UnlikeForever é uma extensão do Chrome desenvolvida por uduran12, e sua principal característica é "Removes the ability to like things on facebook.".

Baixar o arquivo CRX da Extensão UnlikeForever

Baixe arquivos de extensão UnlikeForever 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

                        Removes the like button from facebook on Chrome. 

If you've ever accidentally liked something on facebook that you shouldnt have and have absolutely no self-control when it comes to likes. Then this is the extension for you!                    

Informações Básicas da Extensão

Nome UnlikeForever UnlikeForever
ID oaglhgabcjieipchhchjpgbhfnekmmki
URL Oficial https://chromewebstore.google.com/detail/unlikeforever/oaglhgabcjieipchhchjpgbhfnekmmki
Descrição Removes the ability to like things on facebook.
Tamanho do Arquivo 5.52 KB
Contagem de Instalações 43
Versão Atual 1.1
Última Atualização 2017-10-30
Data de Publicação 2017-10-30
Desenvolvedor uduran12
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UnlikeForever",
    "version": "1.1",
    "description": "Removes the ability to like things on facebook.",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ]
        }
    ]
}