Superhot 2D

Shoot some cubes, but with a twist!

Cos'è Superhot 2D?

Superhot 2D è un'estensione di Chrome sviluppata da Etai Gabbai, e la sua funzione principale è "Shoot some cubes, but with a twist!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Superhot 2D

Scarica i file di estensione Superhot 2D in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
URL Ufficiale https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
Descrizione Shoot some cubes, but with a twist!
Dimensione del File 268 KB
Conteggio Installazioni 424
Versione Corrente 1.0
Ultimo Aggiornamento 2022-02-04
Data di Pubblicazione 2022-02-04
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Etai Gabbai
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}