Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
Qu'est-ce que Ketris Game ?
Ketris Game est une extension Chrome développée par Game Anytime, et sa fonction principale est "Play a fun arcade game in a popup and score high marks with pre-filling feature.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ketris Game
Téléchargez les fichiers d'extension Ketris Game au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
URL Officiel | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
Description | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
Taille du Fichier | 13.27 KB |
Nombre d'Installations | 245 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2022-07-28 |
Date de Publication | 2022-05-26 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Game Anytime |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.gameanytime.co/privacy-policy |
Langues Prises en Charge | 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 } |