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是由Mike Natale开发的Chrome扩展程序,该扩展的主要功能是“Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.”。
下载Reddit Vote Bomb扩展crx文件
下载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" } ] } |