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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة http://www.playtcubed.com
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}