Tetrys Offline
Tetrys is free game in popup. You can play offline or online.
Tetrys Offline란 무엇입니까?
Tetrys Offline은(는) extensionproduct에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tetrys is free game in popup. You can play offline or online."입니다.
확장 프로그램 스크린샷
Tetrys Offline 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Tetrys is popular free game in popup. Users can play offline or online for relax. This extension is based on open-source code of similar game Tetris. The goal is to get blocktris into a line. More time more points! Click to icon for start. Click to PLAY button at the bottom of the popup. Use right arrow, left arrow, down arrow and arrow up for rotate of block. For new game click to PLAY AGAIN. Good luck!
확장 프로그램 기본 정보
이름 | |
ID | pkpmakghhlpgpajkklfmajeenelcjbpg |
공식 URL | https://chrome.google.com/webstore/detail/tetrys-offline/pkpmakghhlpgpajkklfmajeenelcjbpg |
설명 | Tetrys is free game in popup. You can play offline or online. |
파일 크기 | 91.34 KB |
설치 횟수 | 792 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2021-11-15 |
출시 날짜 | 2021-11-15 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | extensionproduct |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tetrys Offline", "description": "Tetrys is free game in popup. You can play offline or online.", "version": "1.0.0", "offline_enabled": true, "icons": { "128": "128x128.png", "16": "16x16.png", "48": "48x48.png" }, "browser_action": { "default_icon": "19x19.png", "default_popup": "index.html" } } |