BitLife
BitLife game - take control of a stranger's life!
BitLifeคืออะไร?
BitLife เป็นส่วนขยายของ Chrome ที่พัฒนาโดย games solution และคุณลักษณะหลักของมันคือ "BitLife game - take control of a stranger's life!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BitLife
ดาวน์โหลดไฟล์ส่วนขยาย BitLife ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Play BitLife game in chrome offline! Experience the thrill of a new life! This incredible game lets you shape your character's destiny by making exciting choices. Manage your finances, find true love, and pursue your dream career. The gameplay is simple yet captivating, allowing you to make decisions for your character at different stages of their life. Will you choose to study in college or enlist in the army? The possibilities are endless! In BitLife, your character's stats, including Health, Luck, Appearance, and Intelligence, play a crucial role. Health is particularly important as it enables you to accomplish more in life. Enhance your appearance with makeup, stylish clothes, and even opt for plastic surgery. Boost your intelligence by attending school and watch your IQ soar! Be cautious, though, as one wrong move could land you in trouble with the law, and even put your life at risk while dealing with criminals. Choose your sexual orientation at the start of the game and embark on a quest to find your soulmate. However, even in marriage, challenges may arise as there are people who might try to come between you. Building a happy family requires careful decision-making, as one misstep could lead to disaster. Are you ready to take control of your virtual life and see where BitLife takes you? Give it a try and prepare for an exhilarating journey!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BitLife |
ID | plhkpkjoofcmgchmlikncogejapnonei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/bitlife/plhkpkjoofcmgchmlikncogejapnonei |
คำอธิบาย | BitLife game - take control of a stranger's life! |
ขนาดไฟล์ | 19.14 MB |
จำนวนการติดตั้ง | 10,000 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2023-11-24 |
วันที่เผยแพร่ | 2023-05-27 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | games solution |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://sites.google.com/view/privacy-policy-092/home |
ภาษาที่รองรับ | en |
manifest.json | |
{ "permissions": [ "storage" ], "name": "BitLife", "sandbox": { "pages": [ "index.html" ] }, "host_permissions": [ "https:\/\/*\/*" ], "content_security_policy": { "sandbox": "sandbox allow-scripts allow-pointer-lock; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'" }, "manifest_version": 3, "action": { "default_title": "BitLife", "default_icon": "icons\/32.png" }, "description": "BitLife game - take control of a stranger's life!", "background": { "service_worker": "service_worker.js" }, "version": "1.1.2", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "run_at": "document_start", "js": [ "contnt.js" ] } ], "web_accessible_resources": [ { "resources": [ "atch.js" ], "matches": [ "https:\/\/*\/*" ] } ], "icons": { "128": "icons\/128.png", "48": "icons\/48.png", "64": "icons\/64.png" } } |