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 - это расширение Chrome, разработанное MSGames, и его основная функция - "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

Скачать файл CRX расширения Among Us HTML5 Edition

Скачайте файлы расширений 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": []
}