My Dolphin Show 8
In this game, you will experience the role of a dolphin in a presentation to the public.
Was ist My Dolphin Show 8?
My Dolphin Show 8 ist eine Chrome-Erweiterung, die von supergameslcon entwickelt wurde, und ihr Hauptmerkmal ist "In this game, you will experience the role of a dolphin in a presentation to the public.".
Erweiterungsscreenshots
My Dolphin Show 8-Erweiterungs-CRX-Datei herunterladen
Laden Sie My Dolphin Show 8-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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! Grundlegende Informationen zur Erweiterung
| Name | |
| ID | onlploendojljkniigfnniffimghahle |
| Offizielle URL | https://chromewebstore.google.com/detail/my-dolphin-show-8/onlploendojljkniigfnniffimghahle |
| Beschreibung | In this game, you will experience the role of a dolphin in a presentation to the public. |
| Dateigröße | 24.19 KB |
| Installationsanzahl | 49 |
| Aktuelle Version | 1.0 |
| Letztes Update | 2021-05-10 |
| Veröffentlichungsdatum | 2021-05-09 |
| Entwickler | supergameslcon |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | http://cronegame.com/ |
| Hilfeseite URL | https://cronegame.com/my-dolphin-show-8/ |
| URL der Datenschutzrichtlinien-Seite | https://cronegame.com/privacy-policy |
| Unterstützte Sprachen | 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
}
} | |