Superhot 2D

Shoot some cubes, but with a twist!

Superhot 2D là gì?

Superhot 2D là một tiện ích mở rộng Chrome được phát triển bởi Etai Gabbai, và tính năng chính của nó là "Shoot some cubes, but with a twist!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Superhot 2D

Tải xuống các tệp mở rộng Superhot 2D dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
URL Chính Thức https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
Mô tả Shoot some cubes, but with a twist!
Kích Thước Tệp 268 KB
Số Lần Cài Đặt 424
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-02-04
Ngày Phát Hành 2022-02-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Etai Gabbai
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}