BitLife Unblocked Game

This extension allow you to play BitLife Life Simulator Unblocked game on your chrome browser.

BitLife Unblocked Game là gì?

BitLife Unblocked Game là một tiện ích mở rộng Chrome được phát triển bởi https://gamepluto.com, và tính năng chính của nó là "This extension allow you to play BitLife Life Simulator Unblocked game on your chrome browser.".

Ả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 BitLife Unblocked Game

Tải xuống các tệp mở rộng BitLife Unblocked Game 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

                        BitLife game is played by controlling a virtual character and making decisions that affect the character's life. The game's main objective is to make the character's life as successful as possible.

BitLife game starts with the player creating a character and choosing their gender, name, and appearance. The player then controls the character through different stages of life, starting from birth to death. 

The player can make various decisions, such as choosing a career, getting an education, getting married, having children, and more. Each decision affects the character's life in different ways, and the player must make choices that will improve their character's life.                    

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

Tên BitLife Unblocked Game BitLife Unblocked Game
ID jnaopjgcghbggcfebjhmjlgdheaaigkl
URL Chính Thức https://chromewebstore.google.com/detail/bitlife-unblocked-game/jnaopjgcghbggcfebjhmjlgdheaaigkl
Mô tả This extension allow you to play BitLife Life Simulator Unblocked game on your chrome browser.
Kích Thước Tệp 19.13 MB
Số Lần Cài Đặt 7,856
Phiên Bản Hiện Tại 141.24.2.1
Cập Nhật Lần Cuối 2023-01-19
Ngày Phát Hành 2023-01-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://gamepluto.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gamepluto.com/game/bitlife-life-simulator/
URL Trang Trợ Giúp https://gamepluto.com/page/contact-us/
URL Trang Chính Sách Bảo Mật https://gamepluto.com/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BitLife Unblocked Game",
    "version": "141.24.2.1",
    "description": "This extension allow you to play BitLife Life Simulator Unblocked game on your chrome browser.",
    "homepage_url": "https:\/\/gamepluto.com\/game\/bitlife-life-simulator\/",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "BitLife Unblocked",
        "default_icon": {
            "16": "img\/icon16.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'",
        "sandbox": "sandbox allow-scripts; 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'"
    },
    "sandbox": {
        "pages": [
            "index.html"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    }
}