Cryptocurrency Faucets
Extension for the best and reliable Cryptocurrency Faucets
O que é Cryptocurrency Faucets?
Cryptocurrency Faucets é uma extensão do Chrome desenvolvida por gofaucet, e sua principal característica é "Extension for the best and reliable Cryptocurrency Faucets".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Cryptocurrency Faucets
Baixe arquivos de extensão Cryptocurrency Faucets no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An organized list of Cryptocurrency Faucets, auto-faucets and PTC. 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. Thought I would share it will you. Its a work in progress and there are many more faucets I will add soon. If you would like to see other Cryptocurrency faucets on this app, email me or DM on Twitter "https://twitter.com/go_faucet". NOTE: You will need a FaucetHub (https://faucethub.io/signup) or a CoinPot (https://coinpot.co/) account to collect from most of these faucets.
Informações Básicas da Extensão
Nome | |
ID | aopdfjgkaphbpmhemeadmlcbfeddfeme |
URL Oficial | https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme |
Descrição | Extension for the best and reliable Cryptocurrency Faucets |
Tamanho do Arquivo | 146 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 0.0.6 |
Última Atualização | 2019-07-26 |
Data de Publicação | 2019-07-26 |
Classificação | 3.50/5 Total de 2 Avaliações |
Desenvolvedor | gofaucet |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cryptocurrency Faucets", "version": "0.0.6", "description": "Extension for the best and reliable Cryptocurrency Faucets", "author": "Go Faucet", "icons": { "128": "fauceticon1.png" }, "browser_action": { "default_popup": "popup.html", "default_icon": "fauceticon1.png", "default_title": "Cryptocurrency Faucets" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "games.js" ] } } |