SmartGame
Play games on Smartschool.be
什么是SmartGame?
SmartGame是由Turbo_Jump开发的Chrome扩展程序,该扩展的主要功能是“Play games on Smartschool.be”。
扩展截图
下载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.                     扩展基本信息
| 名称 |   |  
| 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 | 
| 电子邮箱 | [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"
            ]
        }
    ]
}  |  |