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
官方網址 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"
            ]
        }
    ]
}