Text Twist 2 Game [Play Online]
Solve the jumble words that is present in screen, You Can Play Candy Land Game for Free [Play Now]
Text Twist 2 Game [Play Online]란 무엇입니까?
Text Twist 2 Game [Play Online]은(는) WebGamersOne에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Solve the jumble words that is present in screen, You Can Play Candy Land Game for Free [Play Now]"입니다.
확장 프로그램 스크린샷
Text Twist 2 Game [Play Online] 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Description: Play the second installment of the text twist series. The most important thing in this game is making as many words as you can. For example, there are letters displayed on the screen A R C T U O, the player will have to create as many words as possible among these letters. Some words might be CAR, and TOUR, etc.. Text Twist 2 game suitable for all ages. Parents can completely rest assured when their children play this game, here is a game to help your child: - This game has a variety of word puzzles, help children improve grammar, and vocabulary skills. - Must find words in a limited time to help children have the ability to react quickly. - With challenging gameplay, beautiful graphics, playable in full-screen mode, children are completely unaffected by eyesight.
확장 프로그램 기본 정보
이름 | |
ID | gkndmefbjikkhgmjhklffibogbfkfmel |
공식 URL | https://chrome.google.com/webstore/detail/text-twist-2-game-play-on/gkndmefbjikkhgmjhklffibogbfkfmel |
설명 | Solve the jumble words that is present in screen, You Can Play Candy Land Game for Free [Play Now] |
파일 크기 | 70.65 KB |
설치 횟수 | 50 |
현재 버전 | 1.0 |
최근 업데이트 | 2021-05-12 |
출시 날짜 | 2021-05-12 |
개발자 | WebGamersOne |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://games.techysharif.live/game/text-twist-2-online |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text Twist 2 Game [Play Online]", "description": "Solve the jumble words that is present in screen, You Can Play Candy Land Game for Free [Play Now]", "version": "1.0", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" } } |