Disqus Hider

Hides the Disqus comment section on a webpage.

Wat is Disqus Hider?

Disqus Hider is een Chrome-extensie ontwikkeld door Omnigatherum, en de belangrijkste functie is "Hides the Disqus comment section on a webpage.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disqus Hider

Download Disqus Hider-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Disqus Hider Disqus Hider
ID dbdacjoefpcminpbfchmhgjomblkdkda
Officiële URL https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda
Beschrijving Hides the Disqus comment section on a webpage.
Bestandsgrootte 14.61 KB
Aantal Installaties 122
Huidige Versie 0.1.0
Laatst Bijgewerkt 2015-03-13
Publicatiedatum 2015-03-13
Beoordeling 4.63/5 Totaal 8 Beoordelingen
Ontwikkelaar Omnigatherum
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}