Ketris Game
Play a fun arcade game in a popup and score high marks with pre-filling feature.
Τι είναι το Ketris Game;
Το Ketris Game είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Game Anytime, και η κύρια λειτουργία του είναι "Play a fun arcade game in a popup and score high marks with pre-filling feature.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Ketris Game
Λήψη αρχείων επέκτασης Ketris Game σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | jpockdmmdldalpnfplmnimelahojkjbn |
Επίσημο URL | https://chrome.google.com/webstore/detail/ketris-game/jpockdmmdldalpnfplmnimelahojkjbn |
Περιγραφή | Play a fun arcade game in a popup and score high marks with pre-filling feature. |
Μέγεθος Αρχείου | 13.27 KB |
Αριθμός Εγκαταστάσεων | 245 |
Τρέχουσα Έκδοση | 0.1.1 |
Τελευταία Ενημέρωση | 2022-07-28 |
Ημερομηνία Δημοσίευσης | 2022-05-26 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Game Anytime |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.gameanytime.co/privacy-policy |
Υποστηριζόμενες Γλώσσες | 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 } |