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'est-ce que Reddit Vote Bomb ?

Reddit Vote Bomb est une extension Chrome développée par Mike Natale, et sa fonction principale est "Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.".

Télécharger le fichier CRX de l'extension Reddit Vote Bomb

Téléchargez les fichiers d'extension Reddit Vote Bomb au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Reddit Vote Bomb Reddit Vote Bomb
ID lmpihiifgekaebpmkfjdhchpkogajljb
URL Officiel https://chrome.google.com/webstore/detail/reddit-vote-bomb/lmpihiifgekaebpmkfjdhchpkogajljb
Description Upvote or Downvote all of the comments on one page of a user's profile! With great power comes great responsibility.
Taille du Fichier 36.57 KB
Nombre d'Installations 86
Version Actuelle 1.0.0.5
Dernière Mise à Jour 2015-01-28
Date de Publication 2015-01-28
Évaluation 3.40/5 Total 10 Évaluations
Développeur Mike Natale
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}