Reddit Vote Bomb
Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.
Wat is Reddit Vote Bomb?
Reddit Vote Bomb is een Chrome-extensie ontwikkeld door Mike Natale, en de belangrijkste functie is "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.".
Download het CRX-bestand van de extensie Reddit Vote Bomb
Download Reddit Vote Bomb-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | ![]() |
ID | lmpihiifgekaebpmkfjdhchpkogajljb |
Officiële URL | https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb |
Beschrijving | Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility. |
Bestandsgrootte | 36.57 KB |
Aantal Installaties | 86 |
Huidige Versie | 1.0.0.5 |
Laatst Bijgewerkt | 2015-01-28 |
Publicatiedatum | 2015-01-28 |
Beoordeling | 3.40/5 Totaal 10 Beoordelingen |
Ontwikkelaar | Mike Natale |
Betalingswijze | free |
Ondersteunde Talen | 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" } ] } |