Infinity Mario html5
Play Mario html5.
Infinity Mario html5とは何ですか?
Infinity Mario html5はEnmxによって開発されたChromeの拡張機能で、その主な機能は「Play Mario html5.」です。
拡張機能のスクリーンショット
Infinity Mario html5拡張機能のCRXファイルをダウンロード
Infinity Mario html5拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Move: Left/Right Jump/Enter Level: S Fireball/Run: A
拡張機能の基本情報
名前 | |
ID | jaljkflmaaolnnfaedehcaajeknkbaeb |
公式URL | https://chrome.google.com/webstore/detail/infinity-mario-html5/jaljkflmaaolnnfaedehcaajeknkbaeb |
説明 | Play Mario html5. |
ファイルサイズ | 1.1 MB |
インストール数 | 2,111 |
現在のバージョン | 2 |
最終更新日 | 2019-05-06 |
公開日 | 2019-05-05 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | Enmx |
支払い方法 | free |
対応言語 | 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" } } |