Doge Faucets Helper
Provide help for the use of Doge Faucets.
Cos'è Doge Faucets Helper?
Doge Faucets Helper è un'estensione di Chrome sviluppata da matheod, e la sua funzione principale è "Provide help for the use of Doge Faucets.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Doge Faucets Helper
Scarica i file di estensione Doge Faucets Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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) Informazioni di Base sull'Estensione
| Nome | |
| ID | oegfhhkackbolbkonglooolndlbpmocm |
| URL Ufficiale | https://chromewebstore.google.com/detail/doge-faucets-helper/oegfhhkackbolbkonglooolndlbpmocm |
| Descrizione | Provide help for the use of Doge Faucets. |
| Dimensione del File | 56.67 KB |
| Conteggio Installazioni | 158 |
| Versione Corrente | 1.0.1 |
| Ultimo Aggiornamento | 2014-05-02 |
| Data di Pubblicazione | 2014-05-02 |
| Valutazione | 3.67/5 Totale 3 Valutazioni |
| Sviluppatore | matheod |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |