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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Super Mario Bros Game

Λήψη αρχείων επέκτασης Super Mario Bros Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    }
}