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

Hvad er Super Mario Bros Game?

Super Mario Bros Game er en Chrome-udvidelse udviklet af Fun games, og dens hovedfunktion er "Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to".

Udvidelsesskærmbilleder

screenshot

Download Super Mario Bros Game-udvidelses-CRX-fil

Download Super Mario Bros Game-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Super Mario Bros Game Super Mario Bros Game
ID pegfdldddiilihjahcpdehhhfcbibipg
Officiel URL https://chromewebstore.google.com/detail/super-mario-bros-game/pegfdldddiilihjahcpdehhhfcbibipg
Beskrivelse Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to
Filstørrelse 6.06 MB
Antal Installationer 273,048
Nuværende Version 1.0.2
Senest Opdateret 2024-01-18
Udgivelsesdato 2022-12-13
Bedømmelse 4.35/5 Samlet 46 Bedømmelser
Udvikler Fun games
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}