Gem Game

A fantasy platformer

Apa itu Gem Game?

Gem Game adalah ekstensi Chrome yang dikembangkan oleh https://www.playtcubed.com, dan fitur utamanya adalah "A fantasy platformer".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Gem Game

Unduh file ekstensi Gem Game dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        A fun hyper casual fantasy platformer game where you find secret passages around obstacles in order to collect gems.                    

Informasi Dasar Ekstensi

Nama Gem Game Gem Game
ID njajgogidcfeoanglnjfhgmbpmjcabhc
URL Resmi https://chromewebstore.google.com/detail/gem-game/njajgogidcfeoanglnjfhgmbpmjcabhc
Deskripsi A fantasy platformer
Ukuran File 11.94 MB
Jumlah Instalasi 90
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2021-08-19
Tanggal Publikasi 2021-08-19
Pengembang https://www.playtcubed.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.playtcubed.com
URL Halaman Bantuan http://www.playtcubed.com
URL Halaman Kebijakan Privasi https://playtcubed.com/privacy-policy
Bahasa yang Didukung 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\/*"
    ]
}