TETRAIN

TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.

What is TETRAIN?

TETRAIN is a Chrome extension developed by 1337hashedbrowns, and its main feature is "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download TETRAIN Extension CRX File

Download TETRAIN 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

                        TETRAIN is a fun chrome extension game to play when you are bored. It is highly customisable with lots of fun features and updates. It is able to be played online or offline.

Featuring
- Automatically saves your game when you exit
- Custom Piece Textures
- Gamemodes
- Customisable Keys
- Customisable window sizes
- Lots of other settings!

Contact (Bugs & Support): [email protected]

Made by TheSavageTeddy and Roxiun                    

Extension Basic Information

Name TETRAIN TETRAIN
ID ahekimalhnapoaonpjnfmkncjehligge
Official URL https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge
Description TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
File Size 416 KB
Installation Count 5,000
Current Version 2.0.3
Last Updated 2020-09-25
Publish Date 2020-08-20
Rating 4.32/5 Total 25 Ratings
Developer 1337hashedbrowns
Email [email protected]
Payment Type free
Extension Website https://1337hashedbrowns.github.io/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TETRAIN",
    "version": "2.0.3",
    "description": "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.",
    "author": "Roxiun & TheSavageTeddy",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_icon": "app\/img\/tetrain_128x.png",
        "default_popup": "popup.html",
        "default_title": "TETRAIN"
    },
    "options_ui": {
        "page": "app\/html\/settings.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "app\/img\/128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}