Tetris X
Play tetris in a popup, also includes HOLD, NEXT, and settings!
What is Tetris X?
Tetris X is a Chrome extension developed by Trinkance, and its main feature is "Play tetris in a popup, also includes HOLD, NEXT, and settings!".
Extension Screenshots
Download Tetris X Extension CRX File
Download Tetris X 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
Click the Tetris piece in the top right corner (or the puzzle piece if you didn't pin it) and start playing your favorite arcade game! It will save when you close it and you can also customize it! Use horizontal arrow keys to move Up arrow key to rotate Down arrow to speed fall Space to place down C to hold R to reset
Extension Basic Information
Name | |
ID | jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Official URL | https://chrome.google.com/webstore/detail/tetris-x/jjbjacdhlcdkmdoincbbmhcbhlgbeieg |
Description | Play tetris in a popup, also includes HOLD, NEXT, and settings! |
File Size | 11.63 KB |
Installation Count | 30,000 |
Current Version | 1.0.4 |
Last Updated | 2022-04-04 |
Publish Date | 2022-01-31 |
Rating | 4.00/5 Total 3 Ratings |
Developer | Trinkance |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tetris X", "description": "Play tetris in a popup, also includes HOLD, NEXT, and settings!", "version": "1.0.4", "manifest_version": 3, "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "permissions": [ "storage" ], "icons": { "16": "\/images\/icon16.png", "32": "\/images\/icon32.png", "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } } |