Infinity Mario html5

Play Mario html5.

Co to jest Infinity Mario html5?

Infinity Mario html5 to rozszerzenie Chrome opracowane przez Enmx, a jego główną funkcją jest „Play Mario html5.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Infinity Mario html5

Pobierz pliki rozszerzeń Infinity Mario html5 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

                        Move: Left/Right
Jump/Enter Level: S
Fireball/Run: A                    

Podstawowe informacje o rozszerzeniu

Nazwa Infinity Mario html5 Infinity Mario html5
ID jaljkflmaaolnnfaedehcaajeknkbaeb
Oficjalny URL https://chrome.google.com/webstore/detail/infinity-mario-html5/jaljkflmaaolnnfaedehcaajeknkbaeb
Opis Play Mario html5.
Rozmiar pliku 1.1 MB
Liczba instalacji 2,111
Aktualna Wersja 2
Ostatnia Aktualizacja 2019-05-06
Data Publikacji 2019-05-05
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Enmx
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "browser_action": {
        "default_icon": "icon_128.png",
        "default_title": "Mario html5"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Play Mario html5.",
    "manifest_version": 2,
    "name": "Infinity Mario html5",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png"
    }
}