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 là gì?
Among Us HTML5 Edition là một tiện ích mở rộng Chrome được phát triển bởi MSGames, và tính năng chính của nó là "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.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Among Us HTML5 Edition
Tải xuống các tệp mở rộng Among Us HTML5 Edition dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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..
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fcgcgajibpoegghmlgkkhjolnfjjflbf |
URL Chính Thức | https://chromewebstore.google.com/detail/among-us-html5-edition/fcgcgajibpoegghmlgkkhjolnfjjflbf |
Mô tả | 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. |
Kích Thước Tệp | 1.67 MB |
Số Lần Cài Đặt | 2,415 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-09-18 |
Ngày Phát Hành | 2021-09-16 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | MSGames |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |