My Dolphin Show 8
In this game, you will experience the role of a dolphin in a presentation to the public.
¿Qué es My Dolphin Show 8?
My Dolphin Show 8 es una extensión de Chrome desarrollada por supergameslcon, y su función principal es "In this game, you will experience the role of a dolphin in a presentation to the public.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión My Dolphin Show 8
Descarga archivos de extensión My Dolphin Show 8 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
In this game, you will experience the role of a dolphin in a presentation to the public. Pay close attention to your trainer, she will tell you what to do. Do everything right and earn lots of rewards! Información Básica de la Extensión
| Nombre | |
| ID | onlploendojljkniigfnniffimghahle |
| URL Oficial | https://chromewebstore.google.com/detail/my-dolphin-show-8/onlploendojljkniigfnniffimghahle |
| Descripción | In this game, you will experience the role of a dolphin in a presentation to the public. |
| Tamaño del Archivo | 24.19 KB |
| Cantidad de Instalaciones | 49 |
| Versión Actual | 1.0 |
| Última Actualización | 2021-05-10 |
| Fecha de Publicación | 2021-05-09 |
| Desarrollador | supergameslcon |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | http://cronegame.com/ |
| URL de la Página de Ayuda | https://cronegame.com/my-dolphin-show-8/ |
| URL de la Página de Política de Privacidad | https://cronegame.com/privacy-policy |
| Idiomas Soportados | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "My Dolphin Show 8",
"short_name": "Play My Dolphin Show 8 Free Online Game",
"description": "In this game, you will experience the role of a dolphin in a presentation to the public.",
"version": "1.0",
"browser_action": {
"default_title": "My Dolphin Show 8",
"default_icon": "128.png"
},
"icons": {
"16": "128.png",
"48": "128.png"
},
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
} | |