Superhot 2D

Shoot some cubes, but with a twist!

Superhot 2D क्या है?

Superhot 2D Etai Gabbai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shoot some cubes, but with a twist!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Superhot 2D एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Superhot 2D Superhot 2D
ID eembpicfcpfkppajkfkeencgfakmjckm
आधिकारिक URL https://chromewebstore.google.com/detail/superhot-2d/eembpicfcpfkppajkfkeencgfakmjckm
विवरण Shoot some cubes, but with a twist!
फ़ाइल का आकार 268 KB
स्थापना संख्या 424
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-02-04
प्रकाशन तिथि 2022-02-04
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Etai Gabbai
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}