Go Faucet
A list of Cryptocurrency Faucets
Cos'è Go Faucet?
Go Faucet è un'estensione di Chrome sviluppata da gofaucet, e la sua funzione principale è "A list of Cryptocurrency Faucets".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Go Faucet
Scarica i file di estensione Go Faucet 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
Earn FREE bitcoin, dogecoin, litecoin and other cryptocurrencies from these faucets.
I created an extension for myself to organize and quickly reference my favorite faucets. I thought it would be a great idea to share this extension with you. I hope you enjoy!!
NOTE: You will need a FaucetHub (https://faucethub.io/signup) or a CoinPot (https://coinpot.co/) account to collect from most of these faucets. Informazioni di Base sull'Estensione
| Nome | |
| ID | hdpjhoafkepknmfjjkhajghegemjcanl |
| URL Ufficiale | https://chromewebstore.google.com/detail/go-faucet/hdpjhoafkepknmfjjkhajghegemjcanl |
| Descrizione | A list of Cryptocurrency Faucets |
| Dimensione del File | 134 KB |
| Conteggio Installazioni | 684 |
| Versione Corrente | 0.1.6 |
| Ultimo Aggiornamento | 2019-06-29 |
| Data di Pubblicazione | 2019-06-29 |
| Valutazione | 3.50/5 Totale 4 Valutazioni |
| Sviluppatore | gofaucet |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Go Faucet",
"description": "A list of Cryptocurrency Faucets",
"version": "0.1.6",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon16.png",
"default_popup": "popup2.html"
},
"permissions": [
"activeTab"
]
} | |