Go Faucet
A list of Cryptocurrency Faucets
什麼是Go Faucet?
Go Faucet是由gofaucet開發的Chrome擴展程式,該擴展的主要功能是“A list of Cryptocurrency Faucets”。
擴展截圖
下載Go Faucet擴展crx文件
下載Go Faucet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Go Faucet |
ID | hdpjhoafkepknmfjjkhajghegemjcanl |
官方網址 | https://chromewebstore.google.com/detail/go-faucet/hdpjhoafkepknmfjjkhajghegemjcanl |
簡介 | A list of Cryptocurrency Faucets |
檔案大小 | 134 KB |
安裝次數 | 684 |
目前版本 | 0.1.6 |
更新時間 | 2019-06-29 |
上架時間 | 2019-06-29 |
評分 | 3.50/5 共 4 次評分 |
開發者 | gofaucet |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |