Talk to the Hand

Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.

O que é Talk to the Hand?

Talk to the Hand é uma extensão do Chrome desenvolvida por becca.ooo, e sua principal característica é "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Talk to the Hand

Baixe arquivos de extensão Talk to the Hand 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

                        Hides all of the ridiculous crap your friends put on Facebook. Mouse over for a full second and it will fade back into existence.                    

Informações Básicas da Extensão

Nome Talk to the Hand Talk to the Hand
ID nbcnegaandbnlmjjjiilflbejbjaleng
URL Oficial https://chromewebstore.google.com/detail/talk-to-the-hand/nbcnegaandbnlmjjjiilflbejbjaleng
Descrição Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.
Tamanho do Arquivo 10.51 KB
Contagem de Instalações 15
Versão Atual 1.1.1
Última Atualização 2014-04-09
Data de Publicação 2014-04-08
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor becca.ooo
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Talk to the Hand",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "Seeing your dumb friends post dumb things never made you happy. Now, it will never make you sad.",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png",
        "96": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "css": [
                "main.css"
            ]
        }
    ]
}