Superhot 2D
Shoot some cubes, but with a twist!
ما هو Superhot 2D؟
Superhot 2D هو إضافة Chrome تم تطويرها بواسطة Etai Gabbai، والميزة الرئيسية لها هي "Shoot some cubes, but with a twist!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Superhot 2D
قم بتنزيل ملفات الامتداد Superhot 2D بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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" } } |