Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
Wat is Tetris Game on Google Chrome?
Tetris Game on Google Chrome is een Chrome-extensie ontwikkeld door GPTBLOX, en de belangrijkste functie is "Play the classic Tetris game directly from your Google Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tetris Game on Google Chrome
Download Tetris Game on Google Chrome-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
Officiële URL | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
Beschrijving | Play the classic Tetris game directly from your Google Chrome. |
Bestandsgrootte | 10.73 KB |
Aantal Installaties | 30 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-09-14 |
Publicatiedatum | 2023-09-14 |
Ontwikkelaar | GPTBLOX |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |