Disqus Hider
Hides the Disqus comment section on a webpage.
Was ist Disqus Hider?
Disqus Hider ist eine Chrome-Erweiterung, die von Omnigatherum entwickelt wurde, und ihr Hauptmerkmal ist "Hides the Disqus comment section on a webpage.".
Erweiterungsscreenshots
Disqus Hider-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disqus Hider-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Disqus Hider |
ID | dbdacjoefpcminpbfchmhgjomblkdkda |
Offizielle URL | https://chromewebstore.google.com/detail/disqus-hider/dbdacjoefpcminpbfchmhgjomblkdkda |
Beschreibung | Hides the Disqus comment section on a webpage. |
Dateigröße | 14.61 KB |
Installationsanzahl | 122 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2015-03-13 |
Veröffentlichungsdatum | 2015-03-13 |
Bewertung | 4.63/5 Insgesamt 8 Bewertungen |
Entwickler | Omnigatherum |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |