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 |
Eメール | [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" } } |