Reddit Vote Bomb
Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.
Reddit Vote Bomb là gì?
Reddit Vote Bomb là một tiện ích mở rộng Chrome được phát triển bởi Mike Natale, và tính năng chính của nó là "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.".
Tải xuống tệp CRX của tiện ích mở rộng Reddit Vote Bomb
Tải xuống các tệp mở rộng Reddit Vote Bomb 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
Love certain Reddit users? Hate certain Reddit users? This extension allows you to upvote or downvote all of the submissions on one page of a user's profile. You'll have to navigate through their submission history manually if it's on more than one page, but this will save you lots of clicking time either way!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ![]() |
ID | lmpihiifgekaebpmkfjdhchpkogajljb |
URL Chính Thức | https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb |
Mô tả | Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility. |
Kích Thước Tệp | 36.57 KB |
Số Lần Cài Đặt | 86 |
Phiên Bản Hiện Tại | 1.0.0.5 |
Cập Nhật Lần Cuối | 2015-01-28 |
Ngày Phát Hành | 2015-01-28 |
Đánh Giá | 3.40/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | Mike Natale |
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 Vote Bomb", "version": "1.0.0.5", "description": "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "http:\/\/www.reddit.com\/user\/*", "https:\/\/www.reddit.com\/user\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.reddit.com\/user\/*", "https:\/\/www.reddit.com\/user\/*" ], "js": [ "jquery-2.1.1.min.js", "upvotedownvote.js" ], "run_at": "document_end" } ] } |