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"
            ]
        }
    ]
}