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 là gì?

Shooter on HTML là một tiện ích mở rộng Chrome được phát triển bởi https://laineus.com, và tính năng chính của nó là "Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shooter on HTML

Tải xuống các tệp mở rộng Shooter on HTML dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shooter on HTML Shooter on HTML
ID lmlagkoehhjjeinchjdlhdnddlnnplnh
URL Chính Thức https://chromewebstore.google.com/detail/shooter-on-html/lmlagkoehhjjeinchjdlhdnddlnnplnh
Mô tả Any Websites will be stage of the Shooter. Click ext icon to start. - [←→] Walk - [↓] Get down - [Z] Shot a bullet - [X] Jump -…
Kích Thước Tệp 34.43 KB
Số Lần Cài Đặt 58
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-04-15
Ngày Phát Hành 2019-04-15
Nhà Phát Triển https://laineus.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}