Chrome Dino Game
Play the dino game offline as well as online and challenge friends to beat your score.
¿Qué es Chrome Dino Game?
Chrome Dino Game es una extensión de Chrome desarrollada por https://www.dinogame.net, y su función principal es "Play the dino game offline as well as online and challenge friends to beat your score.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chrome Dino Game
Descarga archivos de extensión Chrome Dino Game 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
Use this extension to play the Dino game from Chrome's Project Bolan. The original game was created by Sebastien Gabriel in 2014. Also called T-rex Runner, this game features a tiny dinosaur that runs through a desert. Make the Dino jump over hurdles by hitting the spacebar button or using the up-arrow key. The more distance t-rex covers without hitting hurdles, the more will be the score. The moment dinosaur hits any obstacle, the game gets over. Install the Chrome Dino game extension and start playing the game now! You can share your score with friends and challenge them to beat you.
Información Básica de la Extensión
Nombre | Chrome Dino Game |
ID | meocheihbifcceinpgioandffklmhhff |
URL Oficial | https://chromewebstore.google.com/detail/chrome-dino-game/meocheihbifcceinpgioandffklmhhff |
Descripción | Play the dino game offline as well as online and challenge friends to beat your score. |
Tamaño del Archivo | 91.56 KB |
Cantidad de Instalaciones | 810 |
Versión Actual | 0.0.34 |
Última Actualización | 2022-10-03 |
Fecha de Publicación | 2022-10-03 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://www.dinogame.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.dinogame.net |
URL de la Página de Política de Privacidad | https://emmelapps.blogspot.com/2022/09/privacy-policy.html |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "description": "__MSG_appDesc__", "version": "0.0.34", "icons": { "128": "images\/icon\/logo.png" }, "background": [], "action": { "default_title": "__MSG_appName__", "default_icon": "images\/icon\/logo.png", "default_popup": "index.html" }, "content_security_policy": { "extension_pages": "default-src 'self'" } } |