TETRAIN

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

Co je TETRAIN?

TETRAIN je rozšíření Chrome vyvinuté 1337hashedbrowns, a jeho hlavní funkcí je „TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření TETRAIN

Stáhněte si soubory rozšíření TETRAIN ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název TETRAIN TETRAIN
ID ahekimalhnapoaonpjnfmkncjehligge
Oficiální URL https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge
Popis TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Velikost souboru 416 KB
Počet instalací 5,000
Aktuální Verze 2.0.3
Poslední Aktualizace 2020-09-25
Datum Vydání 2020-08-20
Hodnocení 4.32/5 Celkem 25 Hodnocení
Vývojář 1337hashedbrowns
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://1337hashedbrowns.github.io/
Podporované Jazyky 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
}