Anti-Social - hide all the comments!

Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.

O que é Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! é uma extensão do Chrome desenvolvida por labyrinthlabs, e sua principal característica é "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Anti-Social - hide all the comments!

Baixe arquivos de extensão Anti-Social - hide all the comments! 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

                        See no Trolls, hear no Trolls, be no Troll: this extension hides comments sections on sites and blogs, leaving you free to read the content that matters to you without accidentally ruining your day with Trolls (or worse: inviting your dark side for an Internet discussion)                    

Informações Básicas da Extensão

Nome Anti-Social - hide all the comments! Anti-Social - hide all the comments!
ID ngmpaodhbmmkamjlgdajipkanidojngm
URL Oficial https://chromewebstore.google.com/detail/anti-social-hide-all-the/ngmpaodhbmmkamjlgdajipkanidojngm
Descrição Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Tamanho do Arquivo 41.97 KB
Contagem de Instalações 205
Versão Atual 1.0.1
Última Atualização 2015-03-14
Data de Publicação 2015-03-14
Classificação 3.78/5 Total de 9 Avaliações
Desenvolvedor labyrinthlabs
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/herval/antisocial-chrome
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Anti-Social - hide all the comments!",
    "description": "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.",
    "version": "1.0.1",
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "scripts": [
            "jquery-1.11.2.min.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_title": "Hiding comments, yay!"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "antisocial.css"
            ],
            "js": [
                "jquery-1.11.2.min.js",
                "content_script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}