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.

Was ist Among Us HTML5 Edition?

Among Us HTML5 Edition ist eine Chrome-Erweiterung, die von MSGames entwickelt wurde, und ihr Hauptmerkmal ist "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.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Among Us HTML5 Edition-Erweiterungs-CRX-Datei herunterladen

Laden Sie Among Us HTML5 Edition-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Among Us HTML5 Edition Among Us HTML5 Edition
ID fcgcgajibpoegghmlgkkhjolnfjjflbf
Offizielle URL https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf
Beschreibung 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.
Dateigröße 1.67 MB
Installationsanzahl 2,415
Aktuelle Version 0.1
Letztes Update 2021-09-18
Veröffentlichungsdatum 2021-09-16
Bewertung 4.50/5 Insgesamt 2 Bewertungen
Entwickler MSGames
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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": []
}