Ketris Game

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

Was ist Ketris Game?

Ketris Game ist eine Chrome-Erweiterung, die von Game Anytime entwickelt wurde, und ihr Hauptmerkmal ist "Play a fun arcade game in a popup and score high marks with pre-filling feature.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Ketris Game-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ketris Game-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ketris Game Ketris Game
ID jpockdmmdldalpnfplmnimelahojkjbn
Offizielle URL https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn
Beschreibung Play a fun arcade game in a popup and score high marks with pre-filling feature.
Dateigröße 13.27 KB
Installationsanzahl 245
Aktuelle Version 0.1.1
Letztes Update 2022-07-28
Veröffentlichungsdatum 2022-05-26
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Game Anytime
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.gameanytime.co/privacy-policy
Unterstützte Sprachen 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
}