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.

Wat is Among Us HTML5 Edition?

Among Us HTML5 Edition is een Chrome-extensie ontwikkeld door MSGames, en de belangrijkste functie is "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.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Among Us HTML5 Edition

Download Among Us HTML5 Edition-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Among Us HTML5 Edition Among Us HTML5 Edition
ID fcgcgajibpoegghmlgkkhjolnfjjflbf
Officiële URL https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf
Beschrijving 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.
Bestandsgrootte 1.67 MB
Aantal Installaties 2,415
Huidige Versie 0.1
Laatst Bijgewerkt 2021-09-18
Publicatiedatum 2021-09-16
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar MSGames
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": []
}