Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
Was ist Tetris Game on Google Chrome?
Tetris Game on Google Chrome ist eine Chrome-Erweiterung, die von GPTBLOX entwickelt wurde, und ihr Hauptmerkmal ist "Play the classic Tetris game directly from your Google Chrome.".
Erweiterungsscreenshots
Tetris Game on Google Chrome-Erweiterungs-CRX-Datei herunterladen
Laden Sie Tetris Game on Google Chrome-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
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!
Grundlegende Informationen zur Erweiterung
Name | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
Offizielle URL | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
Beschreibung | Play the classic Tetris game directly from your Google Chrome. |
Dateigröße | 10.73 KB |
Installationsanzahl | 30 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-09-14 |
Veröffentlichungsdatum | 2023-09-14 |
Entwickler | GPTBLOX |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |