Disqus Downvote Exposer

This extension shows the number of downvotes of Disqus comments.

Wat is Disqus Downvote Exposer?

Disqus Downvote Exposer is een Chrome-extensie ontwikkeld door Yunku Daniel Kang, en de belangrijkste functie is "This extension shows the number of downvotes of Disqus comments.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disqus Downvote Exposer

Download Disqus Downvote Exposer-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

                        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                    

Basisinformatie over de Extensie

Naam Disqus Downvote Exposer Disqus Downvote Exposer
ID onccocebmmmcfgipaappfpolojndnkce
Officiële URL https://chromewebstore.google.com/detail/disqus-downvote-exposer/onccocebmmmcfgipaappfpolojndnkce
Beschrijving This extension shows the number of downvotes of Disqus comments.
Bestandsgrootte 3.39 KB
Aantal Installaties 2,834
Huidige Versie 1.0
Laatst Bijgewerkt 2020-01-07
Publicatiedatum 2020-01-06
Beoordeling 4.46/5 Totaal 68 Beoordelingen
Ontwikkelaar Yunku Daniel Kang
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}