Reddit Up/Down Vote Viewer
This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.
Reddit Up/Down Vote Viewer là gì?
Reddit Up/Down Vote Viewer là một tiện ích mở rộng Chrome được phát triển bởi Nicholas Currault, và tính năng chính của nó là "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Reddit Up/Down Vote Viewer
Tải xuống các tệp mở rộng Reddit Up/Down Vote Viewer 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Reddit Up/Down Vote Viewer |
ID | oofcmapinmlnokjjigaojblalakmcohg |
URL Chính Thức | https://chromewebstore.google.com/detail/reddit-updown-vote-viewer/oofcmapinmlnokjjigaojblalakmcohg |
Mô tả | This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing. |
Kích Thước Tệp | 33.46 KB |
Số Lần Cài Đặt | 24 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2014-08-03 |
Ngày Phát Hành | 2014-08-03 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Nicholas Currault |
[email protected] | |
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": "Reddit Up\/Down Vote Viewer", "description": "This extension removes the dreaded (?|?) on Reddit. It does not account for Reddit's vote fuzzing.", "version": "1.0.1", "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "main.user.js" ], "matches": [ "http:\/\/reddit.com\/r\/*\/comments\/*\/*", "http:\/\/www.reddit.com\/r\/*\/comments\/*\/*", "https:\/\/reddit.com\/r\/*\/comments\/*\/*", "https:\/\/www.reddit.com\/r\/*\/comments\/*\/*" ], "run_at": "document_end" } ], "converted_from_user_script": true } |