Imgur Upvote Fairy

Upvote or downvote everything on an Imgur page.

What is Imgur Upvote Fairy?

Imgur Upvote Fairy is a Chrome extension developed by sneakymousetrap, and its main feature is "Upvote or downvote everything on an Imgur page.".

Extension Screenshots

screenshot

Download Imgur Upvote Fairy Extension CRX File

Download Imgur Upvote Fairy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Ever wanted to upvote everyone who commented on your post?  Downvote everything that one guy wrote after he said that your dog looked stupid?  Now you can!

With two clicks you can upvote, downvote, or un-vote everything on an Imgur page!                    

Extension Basic Information

Name Imgur Upvote Fairy Imgur Upvote Fairy
ID igcbikidlgojikhaniaplkchbdoimldh
Official URL https://chrome.google.com/webstore/detail/imgur-upvote-fairy/igcbikidlgojikhaniaplkchbdoimldh
Description Upvote or downvote everything on an Imgur page.
File Size 40.64 KB
Installation Count 25
Current Version 0.9
Last Updated 2014-05-18
Publish Date 2014-05-18
Rating 3.38/5 Total 8 Ratings
Developer sneakymousetrap
Payment Type free
Privacy Policy Page URL https://www.4thhero.com/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Imgur Upvote Fairy",
    "author": "sneakymousetrap",
    "version": "0.9",
    "description": "Upvote or downvote everything on an Imgur page.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/imgur.com\/*",
                "https:\/\/imgur.com\/*"
            ],
            "js": [
                "jquery.js",
                "page.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Upvote Fairy",
        "default_icon": "upvote_16.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "icons": {
        "16": "upvote_16.png",
        "48": "upvote_48.png",
        "128": "upvote_128.png"
    }
}