super watermelon

Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure.

Qu'est-ce que super watermelon ?

super watermelon est une extension Chrome développée par https://www.wechatgame.cn, et sa fonction principale est "Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension super watermelon

Téléchargez les fichiers d'extension super watermelon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom super watermelon super watermelon
ID mmadaahgncbjpakppebmijondocgnnof
URL Officiel https://chromewebstore.google.com/detail/super-watermelon/mmadaahgncbjpakppebmijondocgnnof
Description Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure.
Taille du Fichier 2.98 MB
Nombre d'Installations 883
Version Actuelle 1.0.0
Dernière Mise à Jour 2024-02-23
Date de Publication 2023-12-08
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://www.wechatgame.cn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.wechatgame.cn/
Langues Prises en Charge 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"
    ]
}