Disqus Hider

Hides the Disqus comment section on a webpage.

¿Qué es Disqus Hider?

Disqus Hider es una extensión de Chrome desarrollada por Omnigatherum, y su función principal es "Hides the Disqus comment section on a webpage.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Disqus Hider

Descarga archivos de extensión Disqus Hider 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

                        This extension hides a Disqus comment section on a webpage.

The extension works in the background and requires no user intervention. The extension is always on, and hides the comment section as the page loads. To turn it off, go to chrome://extensions and uncheck "Enabled" next to the title of the extension.

Disqus Hider is not an official extension from Disqus.

--

Before posting a negative review: Please take the time to provide feedback. Extensions break every so often. They usually can be fixed quite quickly. Thanks. 

--

Plugin history:

0.1.0 - Initial release.                    

Información Básica de la Extensión

Nombre Disqus Hider Disqus Hider
ID dbdacjoefpcminpbfchmhgjomblkdkda
URL Oficial https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda
Descripción Hides the Disqus comment section on a webpage.
Tamaño del Archivo 14.61 KB
Cantidad de Instalaciones 122
Versión Actual 0.1.0
Última Actualización 2015-03-13
Fecha de Publicación 2015-03-13
Calificación 4.63/5 Total de 8 Calificaciones
Desarrollador Omnigatherum
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_ext_title__",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "author": "Richard Bruneau",
    "default_locale": "en",
    "permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "src\/disqus_hider_styles.css"
            ],
            "js": [
                "src\/inject.js"
            ],
            "run_at": "document_end"
        }
    ]
}