Mega Man Game
Mega Man you must negotiate your way through the increasingly difficult levels and fight all the bad guys to progress!
Mega Man Gameとは何ですか?
Mega Man GameはLegendsGamesによって開発されたChromeの拡張機能で、その主な機能は「Mega Man you must negotiate your way through the increasingly difficult levels and fight all the bad guys to progress!」です。
拡張機能のスクリーンショット
Mega Man Game拡張機能のCRXファイルをダウンロード
Mega Man Game拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Play with the most famous hero in the history of video games in Mega Man Game. How to use - Just by clicking on Add to Chrome it will be added automatically install. - In the upper left corner, click on settings to customize all options according to your needs. - Enjoy Mega Man Game!
拡張機能の基本情報
名前 | |
ID | fmiilhgcghcmaocdkcjnpkaklnoglcke |
公式URL | https://chrome.google.com/webstore/detail/mega-man-game/fmiilhgcghcmaocdkcjnpkaklnoglcke |
説明 | Mega Man you must negotiate your way through the increasingly difficult levels and fight all the bad guys to progress! |
ファイルサイズ | 39.54 KB |
インストール数 | 473 |
現在のバージョン | 1.0 |
最終更新日 | 2019-03-13 |
公開日 | 2019-03-13 |
開発者 | LegendsGames |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en,en-GB,en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png" }, "default_title": "__MSG_appName__" }, "content_security_policy": "script-src 'self'; object-src 'self'", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "128": "icon.png" }, "manifest_version": 2, "name": "__MSG_appName__", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |