Superhot 2D
Shoot some cubes, but with a twist!
什么是Superhot 2D?
Superhot 2D是由Etai Gabbai开发的Chrome扩展程序,该扩展的主要功能是“Shoot some cubes, but with a twist!”。
扩展截图
下载Superhot 2D扩展crx文件
下载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 |
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" } } |