My Dolphin Show 8
In this game, you will experience the role of a dolphin in a presentation to the public.
Vad är My Dolphin Show 8?
My Dolphin Show 8 är en Chrome-tillägg utvecklad av supergameslcon, och dess huvudfunktion är "In this game, you will experience the role of a dolphin in a presentation to the public.".
Tilläggsskärmbilder
Ladda ner My Dolphin Show 8-förlängningens CRX-fil
Ladda ner My Dolphin Show 8-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | onlploendojljkniigfnniffimghahle |
| Officiell webbadress | https://chromewebstore.google.com/detail/my-dolphin-show-8/onlploendojljkniigfnniffimghahle |
| Beskrivning | In this game, you will experience the role of a dolphin in a presentation to the public. |
| Filstorlek | 24.19 KB |
| Antal Installationer | 49 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-05-10 |
| Publiceringsdatum | 2021-05-09 |
| Utvecklare | supergameslcon |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | http://cronegame.com/ |
| Hjälpsida URL | https://cronegame.com/my-dolphin-show-8/ |
| URL till Sekretesspolicy Sidan | https://cronegame.com/privacy-policy |
| Stödda Språk | 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
}
} | |