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
电子邮箱 [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": []
}