Cryptocurrency Faucets

Extension for the best and reliable Cryptocurrency Faucets

Qu'est-ce que Cryptocurrency Faucets ?

Cryptocurrency Faucets est une extension Chrome développée par gofaucet, et sa fonction principale est "Extension for the best and reliable Cryptocurrency Faucets".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Cryptocurrency Faucets

Téléchargez les fichiers d'extension Cryptocurrency Faucets au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Cryptocurrency Faucets Cryptocurrency Faucets
ID aopdfjgkaphbpmhemeadmlcbfeddfeme
URL Officiel https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme
Description Extension for the best and reliable Cryptocurrency Faucets
Taille du Fichier 146 KB
Nombre d'Installations 1,000
Version Actuelle 0.0.6
Dernière Mise à Jour 2019-07-26
Date de Publication 2019-07-26
Évaluation 3.50/5 Total 2 Évaluations
Développeur gofaucet
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}