Super Mario Game

Play the original super mario game online. You can select any level out of 32 or generate a random map.

Super Mario Game क्या है?

Super Mario Game https://supermario-game.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play the original super mario game online. You can select any level out of 32 or generate a random map."।

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

screenshot
screenshot

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

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

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

                        Play the original Super Mario bros game for free! All browsers and mobile devices are supported. You can select any level out of 32 or generate a random map.                    

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

नाम Super Mario Game Super Mario Game
ID ojmkhcpbojindajmpjhdnbcbopbnjpgn
आधिकारिक URL https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn
विवरण Play the original super mario game online. You can select any level out of 32 or generate a random map.
फ़ाइल का आकार 6.03 MB
स्थापना संख्या 221,989
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2021-04-28
प्रकाशन तिथि 2021-04-28
रेटिंग 4.07/5 कुल 27 रेटिंग्स
डेवलपर https://supermario-game.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://supermario-game.com/
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Mario Game",
    "description": "Play the original super mario game online. You can select any level out of 32 or generate a random map.",
    "minimum_chrome_version": "23",
    "manifest_version": 2,
    "offline_enabled": true,
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Mario",
        "default_popup": "game\/index.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}