Superhot 2D
Shoot some cubes, but with a twist!
Vad är Superhot 2D?
Superhot 2D är en Chrome-tillägg utvecklad av Etai Gabbai, och dess huvudfunktion är "Shoot some cubes, but with a twist!".
Tilläggsskärmbilder
Ladda ner Superhot 2D-förlängningens CRX-fil
Ladda ner Superhot 2D-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Superhot 2D |
ID | eembpicfcpfkppajkfkeencgfakmjckm |
Officiell webbadress | https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm |
Beskrivning | Shoot some cubes, but with a twist! |
Filstorlek | 268 KB |
Antal Installationer | 424 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2022-02-04 |
Publiceringsdatum | 2022-02-04 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Etai Gabbai |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |