Superhot 2D

Shoot some cubes, but with a twist!

Co to jest Superhot 2D?

Superhot 2D to rozszerzenie Chrome opracowane przez Etai Gabbai, a jego główną funkcją jest „Shoot some cubes, but with a twist!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Superhot 2D

Pobierz pliki rozszerzeń Superhot 2D w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
Oficjalny URL https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
Opis Shoot some cubes, but with a twist!
Rozmiar pliku 268 KB
Liczba instalacji 424
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-02-04
Data Publikacji 2022-02-04
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Etai Gabbai
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}