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