Disqus Downvote Exposer
This extension shows the number of downvotes of Disqus comments.
What is Disqus Downvote Exposer?
Disqus Downvote Exposer is a Chrome extension developed by Yunku Daniel Kang, and its main feature is "This extension shows the number of downvotes of Disqus comments.".
Extension Screenshots
Download Disqus Downvote Exposer Extension CRX File
Download Disqus Downvote Exposer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
UPDATE: More than five years later, Disqus has decided to bring back exposure of downvotes. (https://blog.disqus.com/bringing-back-downvotes) This extension is now obsolete. But... who knows how things will change again, eh? --- ORIGINAL: Less than a month ago, Disqus has decided to hide the downvote counters of its comments. Less than a day ago, I have learned that the number of downvotes is still kept in a classname property. This extension simply displays that information. However, unlike upvotes, the classname does not seem to be updated automatically. It is possible that this extension may not work in time, without any alternatives. Hopefully, this will become obsolete. March 12th, 2014 Seoul
Extension Basic Information
Name | Disqus Downvote Exposer |
ID | onccocebmmmcfgipaappfpolojndnkce |
Official URL | https://chromewebstore.google.com/detail/disqus-downvote-exposer/onccocebmmmcfgipaappfpolojndnkce |
Description | This extension shows the number of downvotes of Disqus comments. |
File Size | 3.39 KB |
Installation Count | 2,834 |
Current Version | 1.0 |
Last Updated | 2020-01-07 |
Publish Date | 2020-01-06 |
Rating | 4.46/5 Total 68 Ratings |
Developer | Yunku Daniel Kang |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Disqus Downvote Exposer", "description": "This extension shows the number of downvotes of Disqus comments.", "version": "1.0", "author": "Yunku Daniel Kang", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*.disqus.com\/*", "*:\/\/disqus.com\/*" ], "js": [ "script.js" ] } ] } |