Doge Faucets Helper

Provide help for the use of Doge Faucets.

什么是Doge Faucets Helper?

Doge Faucets Helper是由matheod开发的Chrome扩展程序,该扩展的主要功能是“Provide help for the use of Doge Faucets.”。

扩展截图

screenshot

下载Doge Faucets Helper扩展crx文件

下载Doge Faucets Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        WARNING : Work In Progress !

- Provide timer to know when you can go back to the faucet
- Autofill of wallet adress in faucet
- An indictor to know if you correctly entered the capcha
- Some stats (number of time you use the faucet, average win, total accumulated)                    

扩展基本信息

名称 Doge Faucets Helper Doge Faucets Helper
ID oegfhhkackbolbkonglooolndlbpmocm
官方URL https://chromewebstore.google.com/detail/doge-faucets-helper/oegfhhkackbolbkonglooolndlbpmocm
简介 Provide help for the use of Doge Faucets.
文件大小 56.67 KB
安装次数 158
当前版本 1.0.1
更新时间 2014-05-02
上架时间 2014-05-02
评分 3.67/5 共3次评分
开发者 matheod
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Doge Faucets Helper",
    "description": "Provide help for the use of Doge Faucets.",
    "version": "1.0.1",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "omnibox": {
        "keyword": "faucet"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Doge Faucets Helper",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "images\/*.png"
    ]
}