Running man - Mario

Original game Mario were made in 80th and now it's online right in your browser. Play for Mario or Luigi directly in Chrome

Running man - Marioคืออะไร?

Running man - Mario เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ccierratjohnson และคุณลักษณะหลักของมันคือ "Original game Mario were made in 80th and now it's online right in your browser. Play for Mario or Luigi directly in Chrome"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Running man - Mario

ดาวน์โหลดไฟล์ส่วนขยาย Running man - Mario ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Introducing the Running Man game  direct playing in Chrome browser, a fun and nostalgic way to spice up your web browsing experience! With this game, you can play the classic Running Man right from your browser window.

Once launched, the Running Man  game will appear on your screen. You'll have access to all of the classic levels, enemies, and power-ups that you remember from the original game.

The Running Man game is easy to control with your keyboard, just like the original Super Mario game. Use the arrow keys to move Mari o or Luigi  around the screen and jump over obstacles. Collect coins and power-ups to help you along the way, and defeat Bowser and his minions to save the princess!

Super Mario is a registered trademark. This extension is not the official version of the game. By installing this extension, you agree that this game is a fan project and confirm your intention to use this game for entertainment purposes only.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Running man - Mario Running man - Mario
ID cpaeokgcgbhcamidefdbndnpcafaamim
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/running-man-mario/cpaeokgcgbhcamidefdbndnpcafaamim
คำอธิบาย Original game Mario were made in 80th and now it's online right in your browser. Play for Mario or Luigi directly in Chrome
ขนาดไฟล์ 6 MB
จำนวนการติดตั้ง 34,835
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2023-05-13
วันที่เผยแพร่ 2021-07-02
คะแนน 4.60/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา ccierratjohnson
อีเมล [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": 2,
    "offline_enabled": true,
    "version": "1.1.2",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "storage",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "alarms"
    ],
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Mario",
        "default_popup": "game\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "game\/ui.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "backg.js"
        ]
    }
}