Disqus Downvote Exposer
This extension shows the number of downvotes of Disqus comments.
Apa itu Disqus Downvote Exposer?
Disqus Downvote Exposer adalah ekstensi Chrome yang dikembangkan oleh Yunku Daniel Kang, dan fitur utamanya adalah "This extension shows the number of downvotes of Disqus comments.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Disqus Downvote Exposer
Unduh file ekstensi Disqus Downvote Exposer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Disqus Downvote Exposer |
ID | onccocebmmmcfgipaappfpolojndnkce |
URL Resmi | https://chromewebstore.google.com/detail/disqus-downvote-exposer/onccocebmmmcfgipaappfpolojndnkce |
Deskripsi | This extension shows the number of downvotes of Disqus comments. |
Ukuran File | 3.39 KB |
Jumlah Instalasi | 2,834 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-01-07 |
Tanggal Publikasi | 2020-01-06 |
Penilaian | 4.46/5 Total 68 Penilaian |
Pengembang | Yunku Daniel Kang |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |