Infinity Mario html5
Play Mario html5.
O que é Infinity Mario html5?
Infinity Mario html5 é uma extensão do Chrome desenvolvida por Enmx, e sua principal característica é "Play Mario html5.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Infinity Mario html5
Baixe arquivos de extensão Infinity Mario html5 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
Move: Left/Right Jump/Enter Level: S Fireball/Run: A
Informações Básicas da Extensão
Nome | |
ID | jaljkflmaaolnnfaedehcaajeknkbaeb |
URL Oficial | https://chrome.google.com/webstore/detail/infinity-mario-html5/jaljkflmaaolnnfaedehcaajeknkbaeb |
Descrição | Play Mario html5. |
Tamanho do Arquivo | 1.1 MB |
Contagem de Instalações | 2,111 |
Versão Atual | 2 |
Última Atualização | 2019-05-06 |
Data de Publicação | 2019-05-05 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Enmx |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |