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

Co to jest Super Mario Bros Game?

Super Mario Bros Game to rozszerzenie Chrome opracowane przez Fun games, a jego główną funkcją jest „Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Super Mario Bros Game

Pobierz pliki rozszerzeń Super Mario Bros Game w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Mario Bros Game Super Mario Bros Game
ID pegfdldddiilihjahcpdehhhfcbibipg
Oficjalny URL https://chromewebstore.google.com/detail/super-mario-bros-game/pegfdldddiilihjahcpdehhhfcbibipg
Opis Playing the role of the Mario. Original super mario game online right in your browser. Join the game any time you wished to
Rozmiar pliku 6.06 MB
Liczba instalacji 273,048
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2024-01-18
Data Publikacji 2022-12-13
Ocena 4.35/5 Łącznie 46 Oceny
Deweloper Fun games
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}