Star Match Game
A classic matching game that plays in a popup.
Star Match Game란 무엇입니까?
Star Match Game은(는) https://gamecheerleader.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A classic matching game that plays in a popup."입니다.
확장 프로그램 스크린샷
Star Match Game 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Star Match Game requires you to match at least 3 adjacent stars of the same colors. How to play? The rule is very simple. Try to find 3 or more adjacent stars with the same color. These stars will be automatically highlighted when you mouse over them. Just click on any of the stars to crush them. The more adjacent stars crushed, the higher score you will get. When reaching the target score of current level, the game will automatically go to next level in a few seconds. Reminder: No time limit has been set for each level, so you have enough time to find more adjacent stars and get the higher score, no hurry! Go ahead and test your skills to see how far you can progress! For a variety of gaming experiences, feel free to explore our latest games listed at the bottom of the game window at any time. CHANGELOG ========== Version 0.1.4 - Add google analytics - Show the list of new games Version 0.1.0 - 0.1.3 - Initial release of the game - Update interface & features
확장 프로그램 기본 정보
이름 | Star Match Game |
ID | bflmlogobllmgfkalilhafbncfpdlmpe |
공식 URL | https://chromewebstore.google.com/detail/star-match-game/bflmlogobllmgfkalilhafbncfpdlmpe |
설명 | A classic matching game that plays in a popup. |
파일 크기 | 212 KB |
설치 횟수 | 406 |
현재 버전 | 0.1.4 |
최근 업데이트 | 2024-01-22 |
출시 날짜 | 2022-05-31 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://gamecheerleader.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.gamecheerleader.com |
도움말 페이지 URL | https://www.gamecheerleader.com/listing/star-match-puzzle/ |
개인정보 보호 정책 페이지 URL | https://www.gamecheerleader.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Star Match Game", "short_name": "star match", "version": "0.1.4", "description": "A classic matching game that plays in a popup.", "icons": { "16": "images\/logo.png", "48": "images\/logo.png", "128": "images\/logo.png" }, "action": { "default_icon": "images\/logo.png", "default_popup": "index.html" }, "permissions": [ "storage" ], "offline_enabled": true, "manifest_version": 3 } |