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 -…".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Shooter on HTML

Λήψη αρχείων επέκτασης Shooter on HTML σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Shooter on HTML 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"
    ]
}