Among Us HTML5 Edition

Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship.

Among Us HTML5 Editionとは何ですか?

Among Us HTML5 EditionはMSGamesによって開発されたChromeの拡張機能で、その主な機能は「Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Among Us HTML5 Edition拡張機能のCRXファイルをダウンロード

Among Us HTML5 Edition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It's an HTML5 Among Us game. In this game you can play only solo and as imposter on the space ship.

Among us, Imposter, Among us game, Html5 game, Html game..                    

拡張機能の基本情報

名前 Among Us HTML5 Edition Among Us HTML5 Edition
ID fcgcgajibpoegghmlgkkhjolnfjjflbf
公式URL https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf
説明 Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship.
ファイルサイズ 1.67 MB
インストール数 2,415
現在のバージョン 0.1
最終更新日 2021-09-18
公開日 2021-09-16
評価 4.50/5 合計 2 レビュー
開発者 MSGames
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Among Us HTML5 Edition",
    "version": "0.1",
    "manifest_version": 2,
    "description": "Among Us HTML5 Edition game based on Among Us, but in this game you can play only solo and as imposter on the space ship.",
    "icons": {
        "16": "icons\/AmongUsOnlineEdition-16x16.png",
        "48": "icons\/AmongUsOnlineEdition-48x48.png",
        "128": "icons\/AmongUsOnlineEdition-128x128.png"
    },
    "browser_action": {
        "default_icon": "icons\/AmongUsOnlineEdition-128x128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js",
            "script.js",
            "jquery-3.2.1.min.js"
        ]
    },
    "permissions": []
}