Tetrys 2.0
Play the new & improved version of Tetrys!
Tetrys 2.0란 무엇입니까?
Tetrys 2.0은(는) R & T에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play the new & improved version of Tetrys!"입니다.
확장 프로그램 스크린샷
Tetrys 2.0 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
⬇️Easy to set up ⬇️: 1. Download and add this extension from Google Chrome. 2. Now you can click on the TETRYS 🧱 icon in the top right corner of your browser, and start playing anytime. 3. Play ▶️, Pause ⏯, Restart 📴 on your own terms. ✨Features ✨: 1. The extension lets you pause the game and will remember where you left off. 2. Press the “ESC” key to turn off 📴 the game in less than a second. 3. Supports both Mouse Cursor keys and Alphanumeric keys. 4. Stores your personal best scores. 5. Runs offline. Download our extension to give you a break from routine stress once in a while, you deserve it.🌸
확장 프로그램 기본 정보
이름 | |
ID | pbenmnlflcfnkfpchfcpbhifppanhdnp |
공식 URL | https://chrome.google.com/webstore/detail/tetrys-20/pbenmnlflcfnkfpchfcpbhifppanhdnp |
설명 | Play the new & improved version of Tetrys! |
파일 크기 | 15.35 KB |
설치 횟수 | 5,620 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2022-10-17 |
출시 날짜 | 2022-09-26 |
평점 | 4.20/5 총 5 개의 평점 |
개발자 | R & T |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Tetrys 2.0", "version": "1.0.3", "description": "Play the new & improved version of Tetrys!", "action": { "default_popup": "popup.html", "default_title": "Tetris 2.0" }, "icons": { "32": "icons\/icon32.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png" }, "permissions": [], "host_permissions": [], "background": [], "web_accessible_resources": [], "content_scripts": [] } |