Superhot 2D

Shoot some cubes, but with a twist!

Superhot 2Dคืออะไร?

Superhot 2D เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Etai Gabbai และคุณลักษณะหลักของมันคือ "Shoot some cubes, but with a twist!"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Superhot 2D

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

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

                        Based off of the 3D game, superhot, this is a 2D version that opens in a pop-up. It's a fun and simple 2D game, but with a twist - slow down the speed of gravity and dodge the bullets. 

V1.0
-Published Game



Original code: https://codepen.io/iph03nix/pen/vPBbwY - Made by Benjamin Miles
Converted to a Chrome Extension by Etai Gabbai.                    

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

ชื่อ Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
คำอธิบาย Shoot some cubes, but with a twist!
ขนาดไฟล์ 268 KB
จำนวนการติดตั้ง 424
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-02-04
วันที่เผยแพร่ 2022-02-04
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Etai Gabbai
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Superhot 2D",
    "description": "Shoot some cubes, but with a twist!",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/superhot16.png",
            "32": "\/images\/superhot32.png",
            "48": "\/images\/superhot48.png",
            "128": "\/images\/superhot128.png"
        }
    },
    "icons": {
        "16": "\/images\/superhot16.png",
        "32": "\/images\/superhot32.png",
        "48": "\/images\/superhot48.png",
        "128": "\/images\/superhot128.png"
    }
}