BitLife Unblocked Game

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

BitLife Unblocked Game란 무엇입니까?

BitLife Unblocked Game은(는) https://gamepluto.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allow you to play BitLife Life Simulator Unblocked game on your chrome browser."입니다.

확장 프로그램 스크린샷

screenshot

BitLife Unblocked Game 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 BitLife Unblocked Game BitLife Unblocked Game
ID jnaopjgcghbggcfebjhmjlgdheaaigkl
공식 URL https://chromewebstore.google.com/detail/bitlife-unblocked-game/jnaopjgcghbggcfebjhmjlgdheaaigkl
설명 This extension allow you to play BitLife Life Simulator Unblocked game on your chrome browser.
파일 크기 19.13 MB
설치 횟수 7,856
현재 버전 141.24.2.1
최근 업데이트 2023-01-19
출시 날짜 2023-01-19
평점 5.00/5 총 3 개의 평점
개발자 https://gamepluto.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gamepluto.com/game/bitlife-life-simulator/
도움말 페이지 URL https://gamepluto.com/page/contact-us/
개인정보 보호 정책 페이지 URL https://gamepluto.com/page/privacy-policy
지원되는 언어 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"
    }
}