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."입니다.
확장 프로그램 스크린샷
Disqus Downvote Exposer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |