Reddit Vote Bomb
Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.
¿Qué es Reddit Vote Bomb?
Reddit Vote Bomb es una extensión de Chrome desarrollada por Mike Natale, y su función principal es "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.".
Descargar Archivo CRX de la Extensión Reddit Vote Bomb
Descarga archivos de extensión Reddit Vote Bomb en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | ![]() |
ID | lmpihiifgekaebpmkfjdhchpkogajljb |
URL Oficial | https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb |
Descripción | Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility. |
Tamaño del Archivo | 36.57 KB |
Cantidad de Instalaciones | 86 |
Versión Actual | 1.0.0.5 |
Última Actualización | 2015-01-28 |
Fecha de Publicación | 2015-01-28 |
Calificación | 3.40/5 Total de 10 Calificaciones |
Desarrollador | Mike Natale |
Tipo de Pago | free |
Idiomas Soportados | 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" } ] } |