SmartGame

Play games on Smartschool.be

What is SmartGame?

SmartGame is a Chrome extension developed by Turbo_Jump, and its main feature is "Play games on Smartschool.be".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download SmartGame Extension CRX File

Download SmartGame extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
Official URL https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
Description Play games on Smartschool.be
File Size 17.04 KB
Installation Count 131
Current Version 1.0.0
Last Updated 2023-05-15
Publish Date 2023-05-14
Developer Turbo_Jump
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}