SmartGame

Play games on Smartschool.be

Qu'est-ce que SmartGame ?

SmartGame est une extension Chrome développée par Turbo_Jump, et sa fonction principale est "Play games on Smartschool.be".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension SmartGame

Téléchargez les fichiers d'extension SmartGame 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

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

Informations de Base sur l'Extension

Nom SmartGame SmartGame
ID onaemgmencnjeipopeopimmcinedjcic
URL Officiel https://chromewebstore.google.com/detail/smartgame/onaemgmencnjeipopeopimmcinedjcic
Description Play games on Smartschool.be
Taille du Fichier 17.04 KB
Nombre d'Installations 131
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-05-15
Date de Publication 2023-05-14
Développeur Turbo_Jump
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}