Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

What is Reddit Moon Rocket (Animated Upvote)?

Reddit Moon Rocket (Animated Upvote) is a Chrome extension developed by @Lorin, and its main feature is "Your upvotes go to the moon! Wow!".

Extension Screenshots

screenshot

Download Reddit Moon Rocket (Animated Upvote) Extension CRX File

Download Reddit Moon Rocket (Animated Upvote) 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

                        Animates your upvote, simple enough. No cruft. Inspired by /r/dogecoin

Demo: http://i.imgur.com/ObkF55d.gif

11/3/07 - This doge forgot that most of the internet uses HTTPS, the extension works again! Woohoo!                    

Extension Basic Information

Name Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
Official URL https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
Description Your upvotes go to the moon! Wow!
File Size 58.98 KB
Installation Count 75
Current Version 0.0.2
Last Updated 2017-03-11
Publish Date 2017-03-11
Rating 4.95/5 Total 20 Ratings
Developer @Lorin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Moon Rocket (Animated Upvote)",
    "version": "0.0.2",
    "description": "Your upvotes go to the moon! Wow!",
    "homepage_url": "http:\/\/lorinhalpert.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.reddit.com\/*",
                "http:\/\/www.reddit.com\/*"
            ],
            "css": [
                "inject.css"
            ]
        }
    ]
}