Mario Combat Deluxe

Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.

Mario Combat Deluxe क्या है?

Mario Combat Deluxe ayalastar450 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

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

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

                        Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.                    

एक्सटेंशन की मूल जानकारी

नाम Mario Combat Deluxe Mario Combat Deluxe
ID nngcjckapaammanlmbhpbkkfcnmkbepd
आधिकारिक URL https://chrome.google.com/webstore/detail/mario-combat-deluxe/nngcjckapaammanlmbhpbkkfcnmkbepd
विवरण Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.
फ़ाइल का आकार 4.84 MB
स्थापना संख्या 27
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2019-04-07
प्रकाशन तिथि 2019-04-04
डेवलपर ayalastar450
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Here your objective is to attack the enemies and eliminate all of them in the level within a time limit.",
    "name": "Mario Combat Deluxe",
    "version": "1.0.0",
    "author": "New Grounds",
    "short_name": "Mario Combat Deluxe",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "img\/logo128.png",
        "default_title": "Mario Combat Deluxe",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.3.1.min.js",
            "js\/config.js",
            "js\/background.min.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "homepage_url": "http:\/\/www.newgrounds.com",
    "icons": {
        "128": "img\/logo128.png",
        "16": "img\/logo16.png",
        "48": "img\/logo48.png"
    },
    "offline_enabled": false,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.cdn-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        ""
    ]
}