DOOM
First-person shooter
DOOMคืออะไร?
DOOM เป็นส่วนขยายของ Chrome ที่พัฒนาโดย computer anatomy และคุณลักษณะหลักของมันคือ "First-person shooter"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DOOM
ดาวน์โหลดไฟล์ส่วนขยาย DOOM ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
DOOM is a first-person shooter video game developed and self-published by id Software on December 10, 1993. In the game, the player assumes the role of a space marine, popularly known as the Doomguy, fighting his way through hordes of invading demons in military bases on the moons of Mars and in hell. The player traverses each of the game's levels to find an exit to the next level or kill a final boss, while fighting demons and possessed undead humans. 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 (Includes cheats). - Added import episodes from WAD file. - 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 800x600x32bpp.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | amdhbgoohfnehjldciojlkdahpgkfleb |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/doom/amdhbgoohfnehjldciojlkdahpgkfleb |
คำอธิบาย | First-person shooter |
ขนาดไฟล์ | 6.31 MB |
จำนวนการติดตั้ง | 46 |
เวอร์ชันปัจจุบัน | 1.5 |
อัปเดตครั้งล่าสุด | 2023-07-01 |
วันที่เผยแพร่ | 2023-07-01 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | computer anatomy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | in_app |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "DOOM", "short_name": "DOOM", "description": "First-person shooter", "version": "1.5", "minimum_chrome_version": "88", "manifest_version": 3, "offline_enabled": true, "permissions": [ "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/doomretro-16.png" } }, "icons": { "16": "icons\/doomretro-16.png", "22": "icons\/doomretro-22.png", "24": "icons\/doomretro-24.png", "32": "icons\/doomretro-32.png", "36": "icons\/doomretro-36.png", "48": "icons\/doomretro-48.png", "64": "icons\/doomretro-64.png", "72": "icons\/doomretro-72.png", "96": "icons\/doomretro-96.png", "128": "icons\/doomretro-128.png", "192": "icons\/doomretro-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\/" } ] } |