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.

O que é Among Us HTML5 Edition?

Among Us HTML5 Edition é uma extensão do Chrome desenvolvida por MSGames, e sua principal característica é "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.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Among Us HTML5 Edition

Baixe arquivos de extensão Among Us HTML5 Edition no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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..                    

Informações Básicas da Extensão

Nome Among Us HTML5 Edition Among Us HTML5 Edition
ID fcgcgajibpoegghmlgkkhjolnfjjflbf
URL Oficial https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf
Descrição 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.
Tamanho do Arquivo 1.67 MB
Contagem de Instalações 2,415
Versão Atual 0.1
Última Atualização 2021-09-18
Data de Publicação 2021-09-16
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor MSGames
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": []
}