Disqus Downvote Exposer

This extension shows the number of downvotes of Disqus comments.

Disqus Downvote Exposerとは何ですか?

Disqus Downvote ExposerはYunku Daniel Kangによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the number of downvotes of Disqus comments.」です。

拡張機能のスクリーンショット

screenshot

Disqus Downvote Exposer拡張機能のCRXファイルをダウンロード

Disqus Downvote Exposer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Disqus Downvote Exposer Disqus Downvote Exposer
ID onccocebmmmcfgipaappfpolojndnkce
公式URL https://chromewebstore.google.com/detail/disqus-downvote-exposer/onccocebmmmcfgipaappfpolojndnkce
説明 This extension shows the number of downvotes of Disqus comments.
ファイルサイズ 3.39 KB
インストール数 2,834
現在のバージョン 1.0
最終更新日 2020-01-07
公開日 2020-01-06
評価 4.46/5 合計 68 レビュー
開発者 Yunku Daniel Kang
支払い方法 free
対応言語 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"
            ]
        }
    ]
}