Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
Τι είναι το Tetris Game on Google Chrome;
Το Tetris Game on Google Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον GPTBLOX, και η κύρια λειτουργία του είναι "Play the classic Tetris game directly from your Google Chrome.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tetris Game on Google Chrome
Λήψη αρχείων επέκτασης Tetris Game on Google Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Experience the nostalgia of the classic Tetris game right on your Google Chrome browser. 'Tetris Game on Google Chrome' offers a seamless gaming experience with its intuitive controls, crisp visuals, and compatibility with both dark and light browser themes. Play, pause, restart, and keep track of your score as you aim for Tetris perfection!
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
Επίσημο URL | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
Περιγραφή | Play the classic Tetris game directly from your Google Chrome. |
Μέγεθος Αρχείου | 10.73 KB |
Αριθμός Εγκαταστάσεων | 30 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2023-09-14 |
Ημερομηνία Δημοσίευσης | 2023-09-14 |
Προγραμματιστής | GPTBLOX |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tetris Game on Google Chrome", "version": "1.0", "description": "Play the classic Tetris game directly from your Google Chrome.", "permissions": [ "activeTab" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |