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
官方網址 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"
            ]
        }
    ]
}