Among Us Hidden Star [Play now]
Among Us Hidden Star Game Find hidden stars in the pictures
Что такое Among Us Hidden Star [Play now]?
Among Us Hidden Star [Play now] - это расширение Chrome, разработанное FeepGames, и его основная функция - "Among Us Hidden Star Game Find hidden stars in the pictures".
Снимки экрана расширения
Скачать файл CRX расширения Among Us Hidden Star [Play now]
Скачайте файлы расширений Among Us Hidden Star [Play now] в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Find hidden stars game which is a great version of Among us Game is now available in chrome store add-on store If you want to have a good time with this Among us game, you can download it now. Among us Hidden Star game is played only with the help of the mouse and it has many degrees, find these degrees in a limited time and go to the next one.
Основная информация о расширении
Название | |
ID | oglggccknillchiglaoeidongpjbcpan |
Официальный URL | https://chrome.google.com/webstore/detail/among-us-hidden-star-play/oglggccknillchiglaoeidongpjbcpan |
Описание | Among Us Hidden Star Game Find hidden stars in the pictures |
Размер файла | 55.68 KB |
Количество установок | 611 |
Текущая Версия | 1.0 |
Последнее Обновление | 2021-06-25 |
Дата публикации | 2021-06-25 |
Рейтинг | 1.00/5 Всего 1 оценок |
Разработчик | FeepGames |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | http://feep.club/imposter-hidden-stars/play/ |
URL страницы политики конфиденциальности | https://www.crazycraftz.com/privacy-policy |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Among Us Hidden Star [Play now]", "description": "Among Us Hidden Star Game Find hidden stars in the pictures", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |