Super Mario Game

Play the original super mario game online. You can select any level out of 32 or generate a random map.

ما هو Super Mario Game؟

Super Mario Game هو إضافة Chrome تم تطويرها بواسطة https://supermario-game.com، والميزة الرئيسية لها هي "Play the original super mario game online. You can select any level out of 32 or generate a random map.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Super Mario Game

قم بتنزيل ملفات الامتداد Super Mario Game بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Play the original Super Mario bros game for free! All browsers and mobile devices are supported. You can select any level out of 32 or generate a random map.                    

معلومات أساسية عن التمديد

الاسم Super Mario Game Super Mario Game
ID ojmkhcpbojindajmpjhdnbcbopbnjpgn
عنوان URL الرسمي https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn
الوصف Play the original super mario game online. You can select any level out of 32 or generate a random map.
حجم الملف 6.03 MB
عدد التثبيتات 221,989
النسخة الحالية 1.0.0
آخر تحديث 2021-04-28
تاريخ النشر 2021-04-28
تقييم 4.07/5 مجموع تقييمات 27
المطور https://supermario-game.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://supermario-game.com/
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Mario Game",
    "description": "Play the original super mario game online. You can select any level out of 32 or generate a random map.",
    "minimum_chrome_version": "23",
    "manifest_version": 2,
    "offline_enabled": true,
    "version": "1.0.0",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "default_icon": "icons\/128.png",
        "default_title": "Mario",
        "default_popup": "game\/index.html"
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": false
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}