Shooter on HTML
Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…
ما هو Shooter on HTML؟
Shooter on HTML هو إضافة Chrome تم تطويرها بواسطة https://laineus.com، والميزة الرئيسية لها هي "Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Shooter on HTML
قم بتنزيل ملفات الامتداد Shooter on HTML بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump - You can break balloons with a gun. - You can land on HTML blocks that boxed by dashed line. - The Block will sink gradually while you landing. - Game will be over when balloon reached to out of the screen or you fallen down to under the screen. GitHub: https://github.com/laineus/shooter-on-html
معلومات أساسية عن التمديد
الاسم | |
ID | lmlagkoehhjjeinchjdlhdnddlnnplnh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/shooter-on-html/lmlagkoehhjjeinchjdlhdnddlnnplnh |
الوصف | Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -… |
حجم الملف | 34.43 KB |
عدد التثبيتات | 58 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2019-04-15 |
تاريخ النشر | 2019-04-15 |
المطور | https://laineus.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Shooter on HTML", "version": "1.0.2", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "permissions": [ "activeTab" ], "browser_action": [], "background": { "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "img\/balloon_brust1.gif", "img\/balloon_brust2.gif", "img\/balloon.gif", "img\/jump.gif", "img\/wait.gif", "img\/walk.gif" ] } |