Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

Co to jest Reddit Moon Rocket (Animated Upvote)?

Reddit Moon Rocket (Animated Upvote) to rozszerzenie Chrome opracowane przez @Lorin, a jego główną funkcją jest „Your upvotes go to the moon! Wow!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Reddit Moon Rocket (Animated Upvote)

Pobierz pliki rozszerzeń Reddit Moon Rocket (Animated Upvote) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
Oficjalny URL https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
Opis Your upvotes go to the moon! Wow!
Rozmiar pliku 58.98 KB
Liczba instalacji 75
Aktualna Wersja 0.0.2
Ostatnia Aktualizacja 2017-03-11
Data Publikacji 2017-03-11
Ocena 4.95/5 Łącznie 20 Oceny
Deweloper @Lorin
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}