Superhot 2D

Shoot some cubes, but with a twist!

¿Qué es Superhot 2D?

Superhot 2D es una extensión de Chrome desarrollada por Etai Gabbai, y su función principal es "Shoot some cubes, but with a twist!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Superhot 2D

Descarga archivos de extensión Superhot 2D en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
URL Oficial https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
Descripción Shoot some cubes, but with a twist!
Tamaño del Archivo 268 KB
Cantidad de Instalaciones 424
Versión Actual 1.0
Última Actualización 2022-02-04
Fecha de Publicación 2022-02-04
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Etai Gabbai
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}