super watermelon
Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure.
super watermelon란 무엇입니까?
super watermelon은(는) https://www.wechatgame.cn에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure."입니다.
확장 프로그램 스크린샷
super watermelon 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
We offer four game modes! Mode 1: The classic and popular "Super Watermelon" mode, where you can experience the joy of the classic game! Mode 2: The challenging "Jade Series" with higher synthesis coefficients and strong Chinese style! Mode 3: The fun "Zuma Mode" that challenges you with circular synthesis and requires a different way of thinking! Mode 4: Reverse! For the tiny sesame, you need to use big fruits to synthesize in reverse, with endless possibilities!
확장 프로그램 기본 정보
이름 | super watermelon |
ID | mmadaahgncbjpakppebmijondocgnnof |
공식 URL | https://chromewebstore.google.com/detail/super-watermelon/mmadaahgncbjpakppebmijondocgnnof |
설명 | Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure. |
파일 크기 | 2.98 MB |
설치 횟수 | 883 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2024-02-23 |
출시 날짜 | 2023-12-08 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://www.wechatgame.cn |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.wechatgame.cn/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "super watermelon", "description": "Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure.", "version": "1.0.0", "homepage_url": "https:\/\/www.wechatgame.cn", "manifest_version": 3, "icons": { "16": "resource\/logo-16.png", "32": "resource\/logo-32.png", "48": "resource\/logo-48.png", "96": "resource\/logo-96.png", "128": "resource\/logo-128.png" }, "action": { "default_popup": "popup\/home\/index.html", "default_icon": { "16": "resource\/logo-16.png", "32": "resource\/logo-32.png", "48": "resource\/logo-48.png", "128": "resource\/logo-128.png" } }, "background": { "service_worker": "js\/background.js", "type": "module" }, "sandbox": { "pages": [ "popup\/watermelon\/index.html" ] }, "permissions": [ "storage" ] } |