Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

Cos'è Reddit Moon Rocket (Animated Upvote)?

Reddit Moon Rocket (Animated Upvote) è un'estensione di Chrome sviluppata da @Lorin, e la sua funzione principale è "Your upvotes go to the moon! Wow!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Reddit Moon Rocket (Animated Upvote)

Scarica i file di estensione Reddit Moon Rocket (Animated Upvote) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
URL Ufficiale https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
Descrizione Your upvotes go to the moon! Wow!
Dimensione del File 58.98 KB
Conteggio Installazioni 75
Versione Corrente 0.0.2
Ultimo Aggiornamento 2017-03-11
Data di Pubblicazione 2017-03-11
Valutazione 4.95/5 Totale 20 Valutazioni
Sviluppatore @Lorin
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}