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.

¿Qué es Anti-Social - hide all the comments!?

Anti-Social - hide all the comments! es una extensión de Chrome desarrollada por labyrinthlabs, y su función principal es "Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Anti-Social - hide all the comments!

Descarga archivos de extensión Anti-Social - hide all the comments! 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

                        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)                    

Información Básica de la Extensión

Nombre 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
Descripción Hide comment sections on sites and blogs. Read the content that matters to you without accidentally ruining your day with Trolls.
Tamaño del Archivo 41.97 KB
Cantidad de Instalaciones 205
Versión Actual 1.0.1
Última Actualización 2015-03-14
Fecha de Publicación 2015-03-14
Calificación 3.78/5 Total de 9 Calificaciones
Desarrollador labyrinthlabs
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/herval/antisocial-chrome
Idiomas Soportados 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"
    ]
}