Simple Tetris
Play a quick and simple game of Tetris!
What is Simple Tetris?
Simple Tetris is a Chrome extension developed by Gavin White, and its main feature is "Play a quick and simple game of Tetris!".
Extension Screenshots
Download Simple Tetris Extension CRX File
Download Simple 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
Using this Simple Google Extension you can play a fun and quick game of Tetris! How high of a score can you get? Use your arrows keys to move the falling (current) piece.
Extension Basic Information
Name | |
ID | ffpdhecgomndblompgeiffkfioocgbji |
Official URL | https://chrome.google.com/webstore/detail/simple-tetris/ffpdhecgomndblompgeiffkfioocgbji |
Description | Play a quick and simple game of Tetris! |
File Size | 8.82 KB |
Installation Count | 2,000 |
Current Version | 2.3.0 |
Last Updated | 2021-07-27 |
Publish Date | 2021-07-27 |
Rating | 4.00/5 Total 1 Ratings |
Developer | Gavin White |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simple Tetris", "description": "Play a quick and simple game of Tetris!", "version": "2.3.0", "icons": { "128": "icon_128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ " " ] } |