Cryptocurrency Faucets

Extension for the best and reliable Cryptocurrency Faucets

Apa itu Cryptocurrency Faucets?

Cryptocurrency Faucets adalah ekstensi Chrome yang dikembangkan oleh gofaucet, dan fitur utamanya adalah "Extension for the best and reliable Cryptocurrency Faucets".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cryptocurrency Faucets

Unduh file ekstensi Cryptocurrency Faucets dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Cryptocurrency Faucets Cryptocurrency Faucets
ID aopdfjgkaphbpmhemeadmlcbfeddfeme
URL Resmi https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme
Deskripsi Extension for the best and reliable Cryptocurrency Faucets
Ukuran File 146 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2019-07-26
Tanggal Publikasi 2019-07-26
Penilaian 3.50/5 Total 2 Penilaian
Pengembang gofaucet
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
        ]
    }
}