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 -…
Vad är Shooter on HTML?
Shooter on HTML är en Chrome-tillägg utvecklad av https://laineus.com, och dess huvudfunktion är "Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…".
Tilläggsskärmbilder
Ladda ner Shooter on HTML-förlängningens CRX-fil
Ladda ner Shooter on HTML-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | lmlagkoehhjjeinchjdlhdnddlnnplnh |
Officiell webbadress | https://chromewebstore.google.com/detail/shooter-on-html/lmlagkoehhjjeinchjdlhdnddlnnplnh |
Beskrivning | Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -… |
Filstorlek | 34.43 KB |
Antal Installationer | 58 |
Aktuell Version | 1.0.2 |
Senast Uppdaterad | 2019-04-15 |
Publiceringsdatum | 2019-04-15 |
Utvecklare | https://laineus.com |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |