Gem Game

A fantasy platformer

Vad är Gem Game?

Gem Game är en Chrome-tillägg utvecklad av https://www.playtcubed.com, och dess huvudfunktion är "A fantasy platformer".

Tilläggsskärmbilder

screenshot

Ladda ner Gem Game-förlängningens CRX-fil

Ladda ner Gem Game-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Gem Game Gem Game
ID njajgogidcfeoanglnjfhgmbpmjcabhc
Officiell webbadress https://chromewebstore.google.com/detail/gem-game/njajgogidcfeoanglnjfhgmbpmjcabhc
Beskrivning A fantasy platformer
Filstorlek 11.94 MB
Antal Installationer 90
Aktuell Version 1.1.0
Senast Uppdaterad 2021-08-19
Publiceringsdatum 2021-08-19
Utvecklare https://www.playtcubed.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.playtcubed.com
Hjälpsida URL http://www.playtcubed.com
URL till Sekretesspolicy Sidan https://playtcubed.com/privacy-policy
Stödda Språk 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\/*"
    ]
}