Cryptocurrency Faucets

Extension for the best and reliable Cryptocurrency Faucets

Cryptocurrency Faucetsคืออะไร?

Cryptocurrency Faucets เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gofaucet และคุณลักษณะหลักของมันคือ "Extension for the best and reliable Cryptocurrency Faucets"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cryptocurrency Faucets

ดาวน์โหลดไฟล์ส่วนขยาย Cryptocurrency Faucets ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cryptocurrency Faucets Cryptocurrency Faucets
ID aopdfjgkaphbpmhemeadmlcbfeddfeme
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cryptocurrency-faucets/aopdfjgkaphbpmhemeadmlcbfeddfeme
คำอธิบาย Extension for the best and reliable Cryptocurrency Faucets
ขนาดไฟล์ 146 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.0.6
อัปเดตครั้งล่าสุด 2019-07-26
วันที่เผยแพร่ 2019-07-26
คะแนน 3.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา gofaucet
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
        ]
    }
}