Gem Game

A fantasy platformer

Gem Gameคืออะไร?

Gem Game เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.playtcubed.com และคุณลักษณะหลักของมันคือ "A fantasy platformer"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Gem Game

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Gem Game Gem Game
ID njajgogidcfeoanglnjfhgmbpmjcabhc
URL อย่างเป็นทางการ 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\/*"
    ]
}