Ketris Game

Play a fun arcade game in a popup and score high marks with pre-filling feature.

Co je Ketris Game?

Ketris Game je rozšíření Chrome vyvinuté Game Anytime, a jeho hlavní funkcí je „Play a fun arcade game in a popup and score high marks with pre-filling feature.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Ketris Game

Stáhněte si soubory rozšíření Ketris Game ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This chrome extension allows you to play classic arcade game anytime and anywhere. For helping you make quick judgement in the game, a virtual clone of the falling block will fit into lines at the bottom ahead of time.

To start the game, just click on the Ketris icon in the top right corner of your browser! There is no need to worry about closing the popup because the extension can remembers where you left off last time.                    

Základní Informace o Rozšíření

Název Ketris Game Ketris Game
ID jpockdmmdldalpnfplmnimelahojkjbn
Oficiální URL https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn
Popis Play a fun arcade game in a popup and score high marks with pre-filling feature.
Velikost souboru 13.27 KB
Počet instalací 245
Aktuální Verze 0.1.1
Poslední Aktualizace 2022-07-28
Datum Vydání 2022-05-26
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Game Anytime
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.gameanytime.co/privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ketris Game",
    "short_name": "Ketris",
    "version": "0.1.1",
    "description": "Play a fun arcade game in a popup and score high marks with pre-filling feature.",
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "action": {
        "default_icon": "images\/logo.png",
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true,
    "manifest_version": 3
}