Cryptocurrency Faucets
Extension for the best and reliable Cryptocurrency Faucets
Co je Cryptocurrency Faucets?
Cryptocurrency Faucets je rozšíření Chrome vyvinuté gofaucet, a jeho hlavní funkcí je „Extension for the best and reliable Cryptocurrency Faucets“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Cryptocurrency Faucets
Stáhněte si soubory rozšíření Cryptocurrency Faucets ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | aopdfjgkaphbpmhemeadmlcbfeddfeme |
Oficiální URL | https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme |
Popis | Extension for the best and reliable Cryptocurrency Faucets |
Velikost souboru | 146 KB |
Počet instalací | 1,000 |
Aktuální Verze | 0.0.6 |
Poslední Aktualizace | 2019-07-26 |
Datum Vydání | 2019-07-26 |
Hodnocení | 3.50/5 Celkem 2 Hodnocení |
Vývojář | gofaucet |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" ] } } |