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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Shooter on HTML एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}