Super Mario Bros Game

Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to

Super Mario Bros Game क्या है?

Super Mario Bros Game Fun games द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to"।

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

screenshot

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

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

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

                        Play Super Mario Run on PC to take another trip through the magical world of the Mushroom Kingdom.

Bowser, the ever-persistent baddie that he is, has once again kidnapped the beautiful Princess Peach. Mario the plumber must come to her aid and fight his way through six different and brand-new worlds. Along the way, Mario will run into some of his favorite old friends and most dreaded enemies. Run and jump as Mario collects coins and items to help him on his latest adventure.  Play Super Mario Run on PC and Mac with the our Chrome Browser extension by clicking the button in Chrome bar.

Play Super Mario Bros. game online in your browser free of charge. Super Mario Bros. is a high quality game that works in all major modern web browsers. This online game is part of the Retro, Platform, NES, and Mario gaming categories. Super Mario Bros. has 52 likes from 60 user ratings. If you enjoy this game then free your time and play Super Mario Maker Online game.

It is an unofficial remake of the 1985 game Super Mario™ Nintendo and was built using HTML5                    

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

नाम Super Mario Bros Game Super Mario Bros Game
ID pegfdldddiilihjahcpdehhhfcbibipg
आधिकारिक URL https://chromewebstore.google.com/detail/super-mario-bros-game/pegfdldddiilihjahcpdehhhfcbibipg
विवरण Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to
फ़ाइल का आकार 6.06 MB
स्थापना संख्या 273,048
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2024-01-18
प्रकाशन तिथि 2022-12-13
रेटिंग 4.35/5 कुल 46 रेटिंग्स
डेवलपर Fun games
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_AppName__",
    "description": "__MSG_AppDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "offline_enabled": true,
    "version": "1.0.2",
    "icons": {
        "16": "images\/16.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "*.*"
            ]
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "action": {
        "default_icon": "images\/128.png",
        "default_title": "Mario",
        "default_popup": "assets\/index.html"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/ui.js"
            ],
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    }
}