Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

Vad är Reddit Moon Rocket (Animated Upvote)?

Reddit Moon Rocket (Animated Upvote) är en Chrome-tillägg utvecklad av @Lorin, och dess huvudfunktion är "Your upvotes go to the moon! Wow!".

Tilläggsskärmbilder

screenshot

Ladda ner Reddit Moon Rocket (Animated Upvote)-förlängningens CRX-fil

Ladda ner Reddit Moon Rocket (Animated Upvote)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
Officiell webbadress https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
Beskrivning Your upvotes go to the moon! Wow!
Filstorlek 58.98 KB
Antal Installationer 75
Aktuell Version 0.0.2
Senast Uppdaterad 2017-03-11
Publiceringsdatum 2017-03-11
Betyg 4.95/5 Totalt 20 Betyg
Utvecklare @Lorin
Betalningssätt free
Stödda Språk 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"
            ]
        }
    ]
}