Among Us Hidden Star [Play now]
Among Us Hidden Star Game Find hidden stars in the pictures
¿Qué es Among Us Hidden Star [Play now]?
Among Us Hidden Star [Play now] es una extensión de Chrome desarrollada por FeepGames, y su función principal es "Among Us Hidden Star Game Find hidden stars in the pictures".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Among Us Hidden Star [Play now]
Descarga archivos de extensión Among Us Hidden Star [Play now] en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | oglggccknillchiglaoeidongpjbcpan |
URL Oficial | https://chrome.google.com/webstore/detail/among-us-hidden-star-play/oglggccknillchiglaoeidongpjbcpan |
Descripción | Among Us Hidden Star Game Find hidden stars in the pictures |
Tamaño del Archivo | 55.68 KB |
Cantidad de Instalaciones | 611 |
Versión Actual | 1.0 |
Última Actualización | 2021-06-25 |
Fecha de Publicación | 2021-06-25 |
Calificación | 1.00/5 Total de 1 Calificaciones |
Desarrollador | FeepGames |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | http://feep.club/imposter-hidden-stars/play/ |
URL de la Página de Política de Privacidad | https://www.crazycraftz.com/privacy-policy |
Idiomas Soportados | 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" } } |