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 |
官方URL | 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" ] } } |