Infinity Mario html5
Play Mario html5.
What is Infinity Mario html5?
Infinity Mario html5 is a Chrome extension developed by Enmx, and its main feature is "Play Mario html5.".
Extension Screenshots
Download Infinity Mario html5 Extension CRX File
Download Infinity Mario html5 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Move: Left/Right Jump/Enter Level: S Fireball/Run: A
Extension Basic Information
Name | |
ID | jaljkflmaaolnnfaedehcaajeknkbaeb |
Official URL | https://chrome.google.com/webstore/detail/infinity-mario-html5/jaljkflmaaolnnfaedehcaajeknkbaeb |
Description | Play Mario html5. |
File Size | 1.1 MB |
Installation Count | 2,111 |
Current Version | 2 |
Last Updated | 2019-05-06 |
Publish Date | 2019-05-05 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Enmx |
Payment Type | free |
Supported Languages | 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" } } |