Superhot 2D

Shoot some cubes, but with a twist!

Qu'est-ce que Superhot 2D ?

Superhot 2D est une extension Chrome développée par Etai Gabbai, et sa fonction principale est "Shoot some cubes, but with a twist!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Superhot 2D

Téléchargez les fichiers d'extension Superhot 2D au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
URL Officiel https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
Description Shoot some cubes, but with a twist!
Taille du Fichier 268 KB
Nombre d'Installations 424
Version Actuelle 1.0
Dernière Mise à Jour 2022-02-04
Date de Publication 2022-02-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur Etai Gabbai
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}