TETRAIN

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

TETRAINとは何ですか?

TETRAINは1337hashedbrownsによって開発されたChromeの拡張機能で、その主な機能は「TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

TETRAIN拡張機能のCRXファイルをダウンロード

TETRAIN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 TETRAIN TETRAIN
ID ahekimalhnapoaonpjnfmkncjehligge
公式URL https://chromewebstore.google.com/detail/tetrain/ahekimalhnapoaonpjnfmkncjehligge
説明 TETRAIN is a fun chrome extension game. It saves your game when you exit the popup window.
ファイルサイズ 416 KB
インストール数 5,000
現在のバージョン 2.0.3
最終更新日 2020-09-25
公開日 2020-08-20
評価 4.32/5 合計 25 レビュー
開発者 1337hashedbrowns
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://1337hashedbrowns.github.io/
対応言語 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
}