Gem Game
A fantasy platformer
什麼是Gem Game?
Gem Game是由https://www.playtcubed.com開發的Chrome擴展程式,該擴展的主要功能是“A fantasy platformer”。
擴展截圖
下載Gem Game擴展crx文件
下載Gem Game擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A fun hyper casual fantasy platformer game where you find secret passages around obstacles in order to collect gems. 擴展基本資訊
| 名稱 | |
| ID | njajgogidcfeoanglnjfhgmbpmjcabhc |
| 官方網址 | https://chromewebstore.google.com/detail/gem-game/njajgogidcfeoanglnjfhgmbpmjcabhc |
| 簡介 | A fantasy platformer |
| 檔案大小 | 11.94 MB |
| 安裝次數 | 90 |
| 目前版本 | 1.1.0 |
| 更新時間 | 2021-08-19 |
| 上架時間 | 2021-08-19 |
| 開發者 | https://www.playtcubed.com |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | http://www.playtcubed.com |
| 說明頁面URL | http://www.playtcubed.com |
| 隱私政策頁面URL | https://playtcubed.com/privacy-policy |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_security_policy": "script-src 'self'; object-src 'self';",
"name": "Gem Game",
"description": "A fantasy platformer",
"version": "1.1.0",
"icons": {
"128": "game\/icons\/icon-128.png"
},
"background": {
"page": "template\/background.html",
"persistent": false
},
"browser_action": {
"default_icon": "game\/icons\/icon-128.png",
"default_popup": "\/game\/popup.html"
},
"externally_connectable": {
"ids": [
"*"
],
"matches": [
"https:\/\/*.playtcubed.com\/*",
"http:\/\/*.playtcubed.com\/*",
"https:\/\/*.tcubedstudios.com\/*",
"http:\/\/*.tcubedstudios.com\/*"
]
},
"web_accessible_resources": [
"game\/js\/*",
"game\/libs\/*"
]
} | |