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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में Among Us HTML5 Edition एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [] } |