Go Faucet
A list of Cryptocurrency Faucets
What is Go Faucet?
Go Faucet is a Chrome extension developed by gofaucet, and its main feature is "A list of Cryptocurrency Faucets".
Extension Screenshots
Download Go Faucet Extension CRX File
Download Go Faucet 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
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.
Extension Basic Information
Name | Go Faucet |
ID | hdpjhoafkepknmfjjkhajghegemjcanl |
Official URL | https://chromewebstore.google.com/detail/go-faucet/hdpjhoafkepknmfjjkhajghegemjcanl |
Description | A list of Cryptocurrency Faucets |
File Size | 134 KB |
Installation Count | 684 |
Current Version | 0.1.6 |
Last Updated | 2019-06-29 |
Publish Date | 2019-06-29 |
Rating | 3.50/5 Total 4 Ratings |
Developer | gofaucet |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |