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.
Vad är Among Us HTML5 Edition?
Among Us HTML5 Edition är en Chrome-tillägg utvecklad av MSGames, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Among Us HTML5 Edition-förlängningens CRX-fil
Ladda ner Among Us HTML5 Edition-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Among Us HTML5 Edition |
ID | fcgcgajibpoegghmlgkkhjolnfjjflbf |
Officiell webbadress | https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf |
Beskrivning | 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. |
Filstorlek | 1.67 MB |
Antal Installationer | 2,415 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2021-09-18 |
Publiceringsdatum | 2021-09-16 |
Betyg | 4.50/5 Totalt 2 Betyg |
Utvecklare | MSGames |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [] } |