Wolfenstein 3-D

First-person shooter

Wolfenstein 3-Dคืออะไร?

Wolfenstein 3-D เป็นส่วนขยายของ Chrome ที่พัฒนาโดย computer anatomy และคุณลักษณะหลักของมันคือ "First-person shooter"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wolfenstein 3-D

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

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

                        Wolfenstein 3-D is a first-person shooter video game developed by id Software
and published by Apogee Software and FormGen on May 5, 1992.
In Wolfenstein 3-D, the player assumes the role of Allied spy William "B.J." Blazkowicz during World War II
as he escapes from the Nazi German prison Castle Wolfenstein and carries out a series of crucial missions against the Nazis.
The player traverses each of the game's levels to find an elevator to the next level or kill a final boss,
fighting Nazi soldiers, dogs, and other enemies with knives and a variety of guns.

Legal Notice
--------------
Computer Anatomy is NOT endorsed or approved by or affiliated with "id Software LLC" or its licensors in any manner!

CHANGELOG
- Added help section.
- Added import episodes from WL6 files.
- Added support for gamepad (Device detection only).
- Added save game.
- Added sync/reset settings.
- Added enable mouse lock (Experimental).
- Added disable mouse.
- Added mantain 4:3 aspect ratio.
- Added toggle fullscreen for all resolutions.
- Added internal video resolution at 640x400x32bpp.                    

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

ชื่อ Wolfenstein 3-D Wolfenstein 3-D
ID chllpblmjffnplaenkoknndibfmglbpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/wolfenstein-3-d/chllpblmjffnplaenkoknndibfmglbpn
คำอธิบาย First-person shooter
ขนาดไฟล์ 4.93 MB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.7
อัปเดตครั้งล่าสุด 2023-08-01
วันที่เผยแพร่ 2023-08-01
ผู้พัฒนา computer anatomy
อีเมล [email protected]
ประเภทการชำระเงิน in_app
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wolfenstein 3-D",
    "short_name": "Wolfenstein 3-D",
    "description": "First-person shooter",
    "version": "1.7",
    "minimum_chrome_version": "88",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/wolf4sdl-16.png"
        }
    },
    "icons": {
        "16": "icons\/wolf4sdl-16.png",
        "22": "icons\/wolf4sdl-22.png",
        "24": "icons\/wolf4sdl-24.png",
        "32": "icons\/wolf4sdl-32.png",
        "36": "icons\/wolf4sdl-36.png",
        "48": "icons\/wolf4sdl-48.png",
        "64": "icons\/wolf4sdl-64.png",
        "72": "icons\/wolf4sdl-72.png",
        "96": "icons\/wolf4sdl-96.png",
        "128": "icons\/wolf4sdl-128.png",
        "192": "icons\/wolf4sdl-192.png"
    },
    "platforms": [
        {
            "nacl_arch": "x86-64",
            "sub_package_path": "_platform_specific\/x86-64\/"
        },
        {
            "nacl_arch": "x86-32",
            "sub_package_path": "_platform_specific\/x86-32\/"
        },
        {
            "nacl_arch": "arm",
            "sub_package_path": "_platform_specific\/arm\/"
        }
    ]
}