Disqus Hider

Hides the Disqus comment section on a webpage.

O que é Disqus Hider?

Disqus Hider é uma extensão do Chrome desenvolvida por Omnigatherum, e sua principal característica é "Hides the Disqus comment section on a webpage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Disqus Hider

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

                        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.                    

Informações Básicas da Extensão

Nome Disqus Hider Disqus Hider
ID dbdacjoefpcminpbfchmhgjomblkdkda
URL Oficial https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda
Descrição Hides the Disqus comment section on a webpage.
Tamanho do Arquivo 14.61 KB
Contagem de Instalações 122
Versão Atual 0.1.0
Última Atualização 2015-03-13
Data de Publicação 2015-03-13
Classificação 4.63/5 Total de 8 Avaliações
Desenvolvedor Omnigatherum
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    ]
}