Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

Wat is Reddit Moon Rocket (Animated Upvote)?

Reddit Moon Rocket (Animated Upvote) is een Chrome-extensie ontwikkeld door @Lorin, en de belangrijkste functie is "Your upvotes go to the moon! Wow!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Reddit Moon Rocket (Animated Upvote)

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

                        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!                    

Basisinformatie over de Extensie

Naam Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
Officiële URL https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
Beschrijving Your upvotes go to the moon! Wow!
Bestandsgrootte 58.98 KB
Aantal Installaties 75
Huidige Versie 0.0.2
Laatst Bijgewerkt 2017-03-11
Publicatiedatum 2017-03-11
Beoordeling 4.95/5 Totaal 20 Beoordelingen
Ontwikkelaar @Lorin
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}