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 |
官方網址 | 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" } } |