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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Welcome to Super Watermelon! In this relaxing and fun game, you will experience an addictive fruit merge adventure."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में super watermelon एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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"
    ]
}