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 -…
Hvad er Shooter on HTML?
Shooter on HTML er en Chrome-udvidelse udviklet af https://laineus.com, og dens hovedfunktion er "Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…".
Udvidelsesskærmbilleder
Download Shooter on HTML-udvidelses-CRX-fil
Download Shooter on HTML-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | lmlagkoehhjjeinchjdlhdnddlnnplnh |
Officiel URL | https://chromewebstore.google.com/detail/shooter-on-html/lmlagkoehhjjeinchjdlhdnddlnnplnh |
Beskrivelse | Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -… |
Filstørrelse | 34.43 KB |
Antal Installationer | 58 |
Nuværende Version | 1.0.2 |
Senest Opdateret | 2019-04-15 |
Udgivelsesdato | 2019-04-15 |
Udvikler | https://laineus.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |