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
官方網址 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
電子郵箱 [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
}