Superhot 2D

Shoot some cubes, but with a twist!

Wat is Superhot 2D?

Superhot 2D is een Chrome-extensie ontwikkeld door Etai Gabbai, en de belangrijkste functie is "Shoot some cubes, but with a twist!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Superhot 2D

Download Superhot 2D-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
Officiële URL https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
Beschrijving Shoot some cubes, but with a twist!
Bestandsgrootte 268 KB
Aantal Installaties 424
Huidige Versie 1.0
Laatst Bijgewerkt 2022-02-04
Publicatiedatum 2022-02-04
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Etai Gabbai
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}