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 -…
Qu'est-ce que Shooter on HTML ?
Shooter on HTML est une extension Chrome développée par https://laineus.com, et sa fonction principale est "Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shooter on HTML
Téléchargez les fichiers d'extension Shooter on HTML au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | lmlagkoehhjjeinchjdlhdnddlnnplnh |
URL Officiel | https://chromewebstore.google.com/detail/shooter-on-html/lmlagkoehhjjeinchjdlhdnddlnnplnh |
Description | Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -… |
Taille du Fichier | 34.43 KB |
Nombre d'Installations | 58 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2019-04-15 |
Date de Publication | 2019-04-15 |
Développeur | https://laineus.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |