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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}