Reddit Moon Rocket (Animated Upvote)

Your upvotes go to the moon! Wow!

Reddit Moon Rocket (Animated Upvote)とは何ですか?

Reddit Moon Rocket (Animated Upvote)は@Lorinによって開発されたChromeの拡張機能で、その主な機能は「Your upvotes go to the moon! Wow!」です。

拡張機能のスクリーンショット

screenshot

Reddit Moon Rocket (Animated Upvote)拡張機能のCRXファイルをダウンロード

Reddit Moon Rocket (Animated Upvote)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Reddit Moon Rocket (Animated Upvote) Reddit Moon Rocket (Animated Upvote)
ID bfmokmlmgdokocinklijembgmddagncf
公式URL https://chrome.google.com/webstore/detail/bfmokmlmgdokocinklijembgmddagncf
説明 Your upvotes go to the moon! Wow!
ファイルサイズ 58.98 KB
インストール数 75
現在のバージョン 0.0.2
最終更新日 2017-03-11
公開日 2017-03-11
評価 4.95/5 合計 20 レビュー
開発者 @Lorin
支払い方法 free
対応言語 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"
            ]
        }
    ]
}