Doge Faucets Helper

Provide help for the use of Doge Faucets.

Doge Faucets Helper क्या है?

Doge Faucets Helper matheod द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Provide help for the use of Doge Faucets."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Doge Faucets Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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