Cryptocurrency Faucets
Extension for the best and reliable Cryptocurrency Faucets
Vad är Cryptocurrency Faucets?
Cryptocurrency Faucets är en Chrome-tillägg utvecklad av gofaucet, och dess huvudfunktion är "Extension for the best and reliable Cryptocurrency Faucets".
Tilläggsskärmbilder
Ladda ner Cryptocurrency Faucets-förlängningens CRX-fil
Ladda ner Cryptocurrency Faucets-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | aopdfjgkaphbpmhemeadmlcbfeddfeme |
Officiell webbadress | https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme |
Beskrivning | Extension for the best and reliable Cryptocurrency Faucets |
Filstorlek | 146 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.0.6 |
Senast Uppdaterad | 2019-07-26 |
Publiceringsdatum | 2019-07-26 |
Betyg | 3.50/5 Totalt 2 Betyg |
Utvecklare | gofaucet |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } } |