Doge Faucets Helper
Provide help for the use of Doge Faucets.
What is Doge Faucets Helper?
Doge Faucets Helper is a Chrome extension developed by matheod, and its main feature is "Provide help for the use of Doge Faucets.".
Extension Screenshots
Download Doge Faucets Helper Extension CRX File
Download Doge Faucets Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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)
Extension Basic Information
Name | Doge Faucets Helper |
ID | oegfhhkackbolbkonglooolndlbpmocm |
Official URL | https://chromewebstore.google.com/detail/doge-faucets-helper/oegfhhkackbolbkonglooolndlbpmocm |
Description | Provide help for the use of Doge Faucets. |
File Size | 56.67 KB |
Installation Count | 158 |
Current Version | 1.0.1 |
Last Updated | 2014-05-02 |
Publish Date | 2014-05-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | matheod |
Payment Type | free |
Supported Languages | 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" ] } |