SmartGame

Play games on Smartschool.be

Was ist SmartGame?

SmartGame ist eine Chrome-Erweiterung, die von Turbo_Jump entwickelt wurde, und ihr Hauptmerkmal ist "Play games on Smartschool.be".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

SmartGame-Erweiterungs-CRX-Datei herunterladen

Laden Sie SmartGame-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
Offizielle URL https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
Beschreibung Play games on Smartschool.be
Dateigröße 17.04 KB
Installationsanzahl 131
Aktuelle Version 1.0.0
Letztes Update 2023-05-15
Veröffentlichungsdatum 2023-05-14
Entwickler Turbo_Jump
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}