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.
Hvad er Among Us HTML5 Edition?
Among Us HTML5 Edition er en Chrome-udvidelse udviklet af MSGames, og dens hovedfunktion er "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.".
Udvidelsesskærmbilleder
Download Among Us HTML5 Edition-udvidelses-CRX-fil
Download Among Us HTML5 Edition-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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..
Grundlæggende oplysninger om udvidelsen
Navn | Among Us HTML5 Edition |
ID | fcgcgajibpoegghmlgkkhjolnfjjflbf |
Officiel URL | https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf |
Beskrivelse | 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. |
Filstørrelse | 1.67 MB |
Antal Installationer | 2,415 |
Nuværende Version | 0.1 |
Senest Opdateret | 2021-09-18 |
Udgivelsesdato | 2021-09-16 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | MSGames |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [] } |