Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
What is Tetris Game on Google Chrome?
Tetris Game on Google Chrome is a Chrome extension developed by GPTBLOX, and its main feature is "Play the classic Tetris game directly from your Google Chrome.".
Extension Screenshots
Download Tetris Game on Google Chrome Extension CRX File
Download Tetris Game on Google Chrome extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
Official URL | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
Description | Play the classic Tetris game directly from your Google Chrome. |
File Size | 10.73 KB |
Installation Count | 30 |
Current Version | 1.0 |
Last Updated | 2023-09-14 |
Publish Date | 2023-09-14 |
Developer | GPTBLOX |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |