Cryptocurrency Faucets
Extension for the best and reliable Cryptocurrency Faucets
Wat is Cryptocurrency Faucets?
Cryptocurrency Faucets is een Chrome-extensie ontwikkeld door gofaucet, en de belangrijkste functie is "Extension for the best and reliable Cryptocurrency Faucets".
Extensie Screenshots
Download het CRX-bestand van de extensie Cryptocurrency Faucets
Download Cryptocurrency Faucets-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aopdfjgkaphbpmhemeadmlcbfeddfeme |
Officiële URL | https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme |
Beschrijving | Extension for the best and reliable Cryptocurrency Faucets |
Bestandsgrootte | 146 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2019-07-26 |
Publicatiedatum | 2019-07-26 |
Beoordeling | 3.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | gofaucet |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } } |