Bomberman Classic Game

Blast your way to fun with Bomberman Classic - the ultimate multiplayer browser game!

Bomberman Classic Gameคืออะไร?

Bomberman Classic Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bardalf Hoover และคุณลักษณะหลักของมันคือ "Blast your way to fun with Bomberman Classic - the ultimate multiplayer browser game!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Bomberman Classic Game

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

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

                        Are you ready for explosive fun?

Introducing Bomberman Classic, the browser extension that brings the beloved Bomberman Jump game to your computer! With Bomberman Classic, you can play offline and easily access the game from your browser. Plus, the multiplayer option allows you to play with friends on a single PC for hours of fun!

- Play offline and easily access the game from your browser
- Enjoy multiplayer option to play with friends on a single PC
- Experience the classic Bomberman game on your computer
- Blast your way through obstacles and enemies to reach the finish line
- Strategize and use power-ups to gain an edge over your opponents

Game Rules:
- Players must navigate a maze-like area while avoiding obstacles and enemies
- The objective is to reach the finish line before your opponents
- Players can use bombs to destroy obstacles and enemies, but must avoid being caught in the blast
- Power-ups such as speed boosts and bomb upgrades can be collected to gain an advantage
- Last player standing wins!                    

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

ชื่อ Bomberman Classic Game Bomberman Classic Game
ID hlcfpgkgbdgjhnfdgaechkfiddkgnlkg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/bomberman-classic-game/hlcfpgkgbdgjhnfdgaechkfiddkgnlkg
คำอธิบาย Blast your way to fun with Bomberman Classic - the ultimate multiplayer browser game!
ขนาดไฟล์ 4.64 MB
จำนวนการติดตั้ง 1,882,822
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2023-06-22
วันที่เผยแพร่ 2023-06-14
คะแนน 4.83/5 รวมทั้งหมด 23 คะแนน
ผู้พัฒนา Bardalf Hoover
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vToC_LN_SKfklLmKE4NihRNyMCEPE_DTm4ggmwMgCIyQyMoL3l__vdkNb72V5b0VX1rSZEMK6HHAzoO/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "300": "icons\/icon-300.png",
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ],
            "all_frames": false,
            "match_about_blank": false,
            "run_at": "document_start"
        }
    ],
    "manifest_version": 3,
    "minimum_chrome_version": "88.0",
    "name": "__MSG_extName__",
    "permissions": [
        "storage",
        "scripting",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.2",
    "offline_enabled": true,
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": false
        }
    ]
}