Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

Apa itu Reddit Moon Rocket (Animated Upvote)?

Reddit Moon Rocket (Animated Upvote) adalah ekstensi Chrome yang dikembangkan oleh @Lorin, dan fitur utamanya adalah "Your upvotes go to the moon! Wow!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Reddit Moon Rocket (Animated Upvote)

Unduh file ekstensi Reddit Moon Rocket (Animated Upvote) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
URL Resmi https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
Deskripsi Your upvotes go to the moon! Wow!
Ukuran File 58.98 KB
Jumlah Instalasi 75
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2017-03-11
Tanggal Publikasi 2017-03-11
Penilaian 4.95/5 Total 20 Penilaian
Pengembang @Lorin
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}