SmartGame

Play games on Smartschool.be

SmartGameとは何ですか?

SmartGameはTurbo_Jumpによって開発されたChromeの拡張機能で、その主な機能は「Play games on Smartschool.be」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

SmartGame拡張機能のCRXファイルをダウンロード

SmartGame拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
            ]
        }
    ]
}