Tetris
Play Tetris on Chrome!
What is Tetris?
Tetris is a Chrome extension developed by Yaman Caglar, and its main feature is "Play Tetris on Chrome!".
Extension Screenshots
Download Tetris Extension CRX File
Download Tetris 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
This extension lets you play the best retro game in your browser! You have to fit all of the bright-colored pieces in the board and remove lines when the blocks occupy them and then, get points! But be warned, the levels can get very hard, and the game can get very addicting! Have Fun!!
Extension Basic Information
Name | |
ID | kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
Official URL | https://chrome.google.com/webstore/detail/tetris/kgcmcnnjgoaeddlblmhmldoekgmmpcbo |
Description | Play Tetris on Chrome! |
File Size | 153 KB |
Installation Count | 2,000 |
Current Version | 0.0.0.2 |
Last Updated | 2021-11-16 |
Publish Date | 2021-11-09 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Yaman Caglar |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetris", "version": "0.0.0.2", "icons": { "128": "Tetris_S.png" }, "description": "Play Tetris on Chrome!", "browser_action": { "default_popup": "index.html", "default_icon": "Tetris_S.png" } } |