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คืออะไร?
Reddit Vote Bomb เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mike Natale และคุณลักษณะหลักของมันคือ "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Vote Bomb
ดาวน์โหลดไฟล์ส่วนขยาย Reddit Vote Bomb ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | lmpihiifgekaebpmkfjdhchpkogajljb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb |
คำอธิบาย | Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility. |
ขนาดไฟล์ | 36.57 KB |
จำนวนการติดตั้ง | 86 |
เวอร์ชันปัจจุบัน | 1.0.0.5 |
อัปเดตครั้งล่าสุด | 2015-01-28 |
วันที่เผยแพร่ | 2015-01-28 |
คะแนน | 3.40/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | Mike Natale |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } ] } |