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.

Qu'est-ce que Among Us HTML5 Edition ?

Among Us HTML5 Edition est une extension Chrome développée par MSGames, et sa fonction principale est "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.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Among Us HTML5 Edition

Téléchargez les fichiers d'extension Among Us HTML5 Edition au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Among Us HTML5 Edition Among Us HTML5 Edition
ID fcgcgajibpoegghmlgkkhjolnfjjflbf
URL Officiel https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf
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.
Taille du Fichier 1.67 MB
Nombre d'Installations 2,415
Version Actuelle 0.1
Dernière Mise à Jour 2021-09-18
Date de Publication 2021-09-16
Évaluation 4.50/5 Total 2 Évaluations
Développeur MSGames
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": []
}