Tetrimo

The best Tetris Chrome extension available!

What is Tetrimo?

Tetrimo is a Chrome extension developed by morgan, and its main feature is "The best Tetris Chrome extension available!".

Extension Screenshots

screenshot

Download Tetrimo Extension CRX File

Download Tetrimo 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 Tetris Chrome extension:
  - Shows the next 5 pieces
  - Uses the proper 7-bag system
  - Has holding
  - Has wall kicks
  - Has slowly increasing gravity
  - Has automatic saving
  - Has key sensitivity controls
  - Has a restart button
  - Awards points for:
       - T-spins (Singles, Doubles, and Triples)
       - Double Line Cleared
       - Triple Line Cleared
       - Tetris AKA Quad Line Cleared
       - There are multipliers for combos and back to backs                    

Extension Basic Information

Name Tetrimo Tetrimo
ID imdepambpkeihclbblhefdodpchjommg
Official URL https://chrome.google.com/webstore/detail/tetrimo/imdepambpkeihclbblhefdodpchjommg
Description The best Tetris Chrome extension available!
File Size 376 KB
Installation Count 2,000
Current Version 1.11.2
Last Updated 2021-06-09
Publish Date 2021-06-01
Rating 4.67/5 Total 12 Ratings
Developer morgan
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tetrimo",
    "version": "1.11.2",
    "description": "The best Tetris Chrome extension available!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Tetrimo",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    }
}