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
官方網址 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": []
}