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.
ما هو Among Us HTML5 Edition؟
Among Us HTML5 Edition هو إضافة Chrome تم تطويرها بواسطة MSGames، والميزة الرئيسية لها هي "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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Among Us HTML5 Edition
قم بتنزيل ملفات الامتداد Among Us HTML5 Edition بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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..
معلومات أساسية عن التمديد
الاسم | Among Us HTML5 Edition |
ID | fcgcgajibpoegghmlgkkhjolnfjjflbf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf |
الوصف | 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. |
حجم الملف | 1.67 MB |
عدد التثبيتات | 2,415 |
النسخة الحالية | 0.1 |
آخر تحديث | 2021-09-18 |
تاريخ النشر | 2021-09-16 |
تقييم | 4.50/5 مجموع تقييمات 2 |
المطور | MSGames |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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": [] } |