Doge Faucets Helper
Provide help for the use of Doge Faucets.
Vad är Doge Faucets Helper?
Doge Faucets Helper är en Chrome-tillägg utvecklad av matheod, och dess huvudfunktion är "Provide help for the use of Doge Faucets.".
Tilläggsskärmbilder
Ladda ner Doge Faucets Helper-förlängningens CRX-fil
Ladda ner Doge Faucets Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Doge Faucets Helper |
ID | oegfhhkackbolbkonglooolndlbpmocm |
Officiell webbadress | https://chromewebstore.google.com/detail/doge-faucets-helper/oegfhhkackbolbkonglooolndlbpmocm |
Beskrivning | Provide help for the use of Doge Faucets. |
Filstorlek | 56.67 KB |
Antal Installationer | 158 |
Aktuell Version | 1.0.1 |
Senast Uppdaterad | 2014-05-02 |
Publiceringsdatum | 2014-05-02 |
Betyg | 3.67/5 Totalt 3 Betyg |
Utvecklare | matheod |
Betalningssätt | free |
Stödda Språk | 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" ] } |