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 |
Eメール | [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" ] } } |