Super Mario Game

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

Co to jest Super Mario Game?

Super Mario Game to rozszerzenie Chrome opracowane przez https://supermario-game.com, a jego główną funkcją jest „Play the original super mario game online. You can select any level out of 32 or generate a random map.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Super Mario Game

Pobierz pliki rozszerzeń Super Mario 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 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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Super Mario Game Super Mario Game
ID ojmkhcpbojindajmpjhdnbcbopbnjpgn
Oficjalny URL https://chrome.google.com/webstore/detail/super-mario-game/ojmkhcpbojindajmpjhdnbcbopbnjpgn
Opis Play the original super mario game online. You can select any level out of 32 or generate a random map.
Rozmiar pliku 6.03 MB
Liczba instalacji 221,989
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2021-04-28
Data Publikacji 2021-04-28
Ocena 4.07/5 Łącznie 27 Oceny
Deweloper https://supermario-game.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://supermario-game.com/
Obsługiwane Języki 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'"
}