My Dolphin Show 8
In this game, you will experience the role of a dolphin in a presentation to the public.
什麼是My Dolphin Show 8?
My Dolphin Show 8是由supergameslcon開發的Chrome擴展程式,該擴展的主要功能是“In this game, you will experience the role of a dolphin in a presentation to the public.”。
擴展截圖
下載My Dolphin Show 8擴展crx文件
下載My Dolphin Show 8擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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! 擴展基本資訊
| 名稱 | |
| ID | onlploendojljkniigfnniffimghahle |
| 官方網址 | https://chromewebstore.google.com/detail/my-dolphin-show-8/onlploendojljkniigfnniffimghahle |
| 簡介 | In this game, you will experience the role of a dolphin in a presentation to the public. |
| 檔案大小 | 24.19 KB |
| 安裝次數 | 49 |
| 目前版本 | 1.0 |
| 更新時間 | 2021-05-10 |
| 上架時間 | 2021-05-09 |
| 開發者 | supergameslcon |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://cronegame.com/ |
| 說明頁面URL | https://cronegame.com/my-dolphin-show-8/ |
| 隱私政策頁面URL | https://cronegame.com/privacy-policy |
| 支援的語言 | 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
}
} | |