Disqus Downvote Exposer

This extension shows the number of downvotes of Disqus comments.

Disqus Downvote Exposer là gì?

Disqus Downvote Exposer là một tiện ích mở rộng Chrome được phát triển bởi Yunku Daniel Kang, và tính năng chính của nó là "This extension shows the number of downvotes of Disqus comments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Disqus Downvote Exposer

Tải xuống các tệp mở rộng Disqus Downvote Exposer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Disqus Downvote Exposer Disqus Downvote Exposer
ID onccocebmmmcfgipaappfpolojndnkce
URL Chính Thức https://chromewebstore.google.com/detail/disqus-downvote-exposer/onccocebmmmcfgipaappfpolojndnkce
Mô tả This extension shows the number of downvotes of Disqus comments.
Kích Thước Tệp 3.39 KB
Số Lần Cài Đặt 2,834
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-01-07
Ngày Phát Hành 2020-01-06
Đánh Giá 4.46/5 Tổng số 68 Đánh Giá
Nhà Phát Triển Yunku Daniel Kang
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}