Cryptocurrency Faucets
Extension for the best and reliable Cryptocurrency Faucets
什麼是Cryptocurrency Faucets?
Cryptocurrency Faucets是由gofaucet開發的Chrome擴展程式,該擴展的主要功能是“Extension for the best and reliable Cryptocurrency Faucets”。
擴展截圖
下載Cryptocurrency Faucets擴展crx文件
下載Cryptocurrency Faucets擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | aopdfjgkaphbpmhemeadmlcbfeddfeme |
官方網址 | https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme |
簡介 | Extension for the best and reliable Cryptocurrency Faucets |
檔案大小 | 146 KB |
安裝次數 | 1,000 |
目前版本 | 0.0.6 |
更新時間 | 2019-07-26 |
上架時間 | 2019-07-26 |
評分 | 3.50/5 共 2 次評分 |
開發者 | gofaucet |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } } |