Bitcoin Game
This extension will allow you to win BTC if you are lucky!
Bitcoin Gameคืออะไร?
Bitcoin Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย btcmillennial และคุณลักษณะหลักของมันคือ "This extension will allow you to win BTC if you are lucky!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bitcoin Game
ดาวน์โหลดไฟล์ส่วนขยาย Bitcoin Game ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bitcoin game is all for the user! Enjoy this fun game while getting a chance to win some free Bitcoin! Every time you open a new tab, you get a chance to win some free Bitcoin. And you will know when you won, because it will say it very clearly! Good luck!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | foplpjalkljlipnbdgnkehjgenlgajaf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/bitcoin-game/foplpjalkljlipnbdgnkehjgenlgajaf |
คำอธิบาย | This extension will allow you to win BTC if you are lucky! |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-03-31 |
วันที่เผยแพร่ | 2021-03-31 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | btcmillennial |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://btcmillennial.com/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bitcoin Game", "description": "This extension will allow you to win BTC if you are lucky!", "version": "1.0", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "background": { "scripts": [ "newtab.js" ] } } |