Disqus Hider
Hides the Disqus comment section on a webpage.
Qu'est-ce que Disqus Hider ?
Disqus Hider est une extension Chrome développée par Omnigatherum, et sa fonction principale est "Hides the Disqus comment section on a webpage.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disqus Hider
Téléchargez les fichiers d'extension Disqus Hider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Disqus Hider |
ID | dbdacjoefpcminpbfchmhgjomblkdkda |
URL Officiel | https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda |
Description | Hides the Disqus comment section on a webpage. |
Taille du Fichier | 14.61 KB |
Nombre d'Installations | 122 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2015-03-13 |
Date de Publication | 2015-03-13 |
Évaluation | 4.63/5 Total 8 Évaluations |
Développeur | Omnigatherum |
Type de Paiement | free |
Langues Prises en Charge | 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" } ] } |