SmartGame

Play games on Smartschool.be

SmartGame क्या है?

SmartGame Turbo_Jump द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Play games on Smartschool.be"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में SmartGame एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This chrome extension allows you to inject games in the smartschool.be website for a more pleasurable experience.                    

एक्सटेंशन की मूल जानकारी

नाम SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
आधिकारिक URL https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
विवरण Play games on Smartschool.be
फ़ाइल का आकार 17.04 KB
स्थापना संख्या 131
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2023-05-15
प्रकाशन तिथि 2023-05-14
डेवलपर Turbo_Jump
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmartGame",
    "version": "1.0.0",
    "description": "Play games on Smartschool.be",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.smartschool.be\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}