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" } ] } |