Reddit Vote Bomb
Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.
O que é Reddit Vote Bomb?
Reddit Vote Bomb é uma extensão do Chrome desenvolvida por Mike Natale, e sua principal característica é "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.".
Baixar o arquivo CRX da Extensão Reddit Vote Bomb
Baixe arquivos de extensão Reddit Vote Bomb no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | ![]() |
ID | lmpihiifgekaebpmkfjdhchpkogajljb |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb |
Descrição | Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility. |
Tamanho do Arquivo | 36.57 KB |
Contagem de Instalações | 86 |
Versão Atual | 1.0.0.5 |
Última Atualização | 2015-01-28 |
Data de Publicação | 2015-01-28 |
Classificação | 3.40/5 Total de 10 Avaliações |
Desenvolvedor | Mike Natale |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |