Super Steve World - HTML5 Game

Play Super Steve World game online for free on PC and mobile! No downloads or installation needed, enjoy!

O que é Super Steve World - HTML5 Game?

Super Steve World - HTML5 Game é uma extensão do Chrome desenvolvida por https://monkeymart.org, e sua principal característica é "Play Super Steve World game online for free on PC and mobile! No downloads or installation needed, enjoy!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Super Steve World - HTML5 Game

Baixe arquivos de extensão Super Steve World - HTML5 Game no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Description Super Steve World
In this epic platform game, Steve will face many monsters and obstacles along the way, collect power ups and destroy monsters more easily! Collect coins and find hidden lives and stars in secret places to earn extra lives. Super Steve World is an incredible game for the whole family, if you like classic games in the retro style you will love this one!

Instructions
Arrow keys to move • Z to jump • X to fire • Mouse or Touch to Start • Mobile - Touch to Play

*Note:We have added "Unblocked Games" button, making it easy for players to quickly access the games on our website! https://monkeymart.org                    

Informações Básicas da Extensão

Nome Super Steve World - HTML5 Game Super Steve World - HTML5 Game
ID dnpjciaffdhjjipmpjddhbldfgbfdegp
URL Oficial https://chromewebstore.google.com/detail/super-steve-world-html5-g/dnpjciaffdhjjipmpjddhbldfgbfdegp
Descrição Play Super Steve World game online for free on PC and mobile! No downloads or installation needed, enjoy!
Tamanho do Arquivo 3.64 MB
Contagem de Instalações 46
Versão Atual 1.0.2
Última Atualização 2024-01-02
Data de Publicação 2022-11-23
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://monkeymart.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://monkeymart.org/
URL da Página de Ajuda https://monkeymart.org/unblocked-games-76/
URL da Página de Política de Privacidade https://www.monkeymart.org/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Steve World - HTML5 Game",
    "manifest_version": 3,
    "description": "Play Super Steve World game online for free on PC and mobile! No downloads or installation needed, enjoy!",
    "offline_enabled": true,
    "homepage_url": "https:\/\/monkeymart.org\/",
    "version": "1.0.2",
    "icons": {
        "512": "icons\/icon-512.png",
        "256": "icons\/icon-256.png",
        "128": "icons\/icon-128.png",
        "64": "icons\/icon-64.png",
        "48": "icons\/icon-48.png",
        "32": "icons\/icon-32.png",
        "16": "icons\/icon-16.png"
    },
    "action": {
        "default_icon": {
            "512": "icons\/icon-512.png",
            "256": "icons\/icon-256.png",
            "128": "icons\/icon-128.png",
            "64": "icons\/icon-64.png",
            "48": "icons\/icon-48.png",
            "32": "icons\/icon-32.png",
            "16": "icons\/icon-16.png"
        },
        "default_title": "Super Steve World",
        "default_popup": "load.html"
    },
    "background": {
        "service_worker": "background.js"
    }
}