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.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载super watermelon扩展crx文件

下载super watermelon扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
    ]
}