Tetris Game on Google Chrome
Play the classic Tetris game directly from your Google Chrome.
Co to jest Tetris Game on Google Chrome?
Tetris Game on Google Chrome to rozszerzenie Chrome opracowane przez GPTBLOX, a jego główną funkcją jest „Play the classic Tetris game directly from your Google Chrome.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Tetris Game on Google Chrome
Pobierz pliki rozszerzeń Tetris Game on Google Chrome w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | Tetris Game on Google Chrome |
ID | hkklgkmcmldmlpcbboeeebokbdiaokgo |
Oficjalny URL | https://chrome.google.com/webstore/detail/hkklgkmcmldmlpcbboeeebokbdiaokgo |
Opis | Play the classic Tetris game directly from your Google Chrome. |
Rozmiar pliku | 10.73 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2023-09-14 |
Data Publikacji | 2023-09-14 |
Deweloper | GPTBLOX |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |