Cryptocurrency Faucets

Extension for the best and reliable Cryptocurrency Faucets

Cryptocurrency Faucets là gì?

Cryptocurrency Faucets là một tiện ích mở rộng Chrome được phát triển bởi gofaucet, và tính năng chính của nó là "Extension for the best and reliable Cryptocurrency Faucets".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cryptocurrency Faucets

Tải xuống các tệp mở rộng Cryptocurrency Faucets dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cryptocurrency Faucets Cryptocurrency Faucets
ID aopdfjgkaphbpmhemeadmlcbfeddfeme
URL Chính Thức https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme
Mô tả Extension for the best and reliable Cryptocurrency Faucets
Kích Thước Tệp 146 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2019-07-26
Ngày Phát Hành 2019-07-26
Đánh Giá 3.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gofaucet
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}