TETRAIN

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

O que é TETRAIN?

TETRAIN é uma extensão do Chrome desenvolvida por 1337hashedbrowns, e sua principal característica é "TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão TETRAIN

Baixe arquivos de extensão TETRAIN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome TETRAIN TETRAIN
ID ahekimalhnapoaonpjnfmkncjehligge
URL Oficial https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge
Descrição TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
Tamanho do Arquivo 416 KB
Contagem de Instalações 5,000
Versão Atual 2.0.3
Última Atualização 2020-09-25
Data de Publicação 2020-08-20
Classificação 4.32/5 Total de 25 Avaliações
Desenvolvedor 1337hashedbrowns
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://1337hashedbrowns.github.io/
Idiomas Suportados 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
}