Smartschool Uplifter

A chrome extension that will make your scores appear better

什么是Smartschool Uplifter?

Smartschool Uplifter是由Turbo_Jump开发的Chrome扩展程序,该扩展的主要功能是“A chrome extension that will make your scores appear better”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Smartschool Uplifter扩展crx文件

下载Smartschool Uplifter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Turns your scores back into green even when you don't have above 65% on a test                    

扩展基本信息

名称 Smartschool Uplifter Smartschool Uplifter
ID achbmapihopafpcmbfcknmopheeepedb
官方URL https://chromewebstore.google.com/detail/smartschool-uplifter/achbmapihopafpcmbfcknmopheeepedb
简介 A chrome extension that will make your scores appear better
文件大小 19.11 KB
安装次数 2,345
当前版本 1.0.2
更新时间 2022-12-27
上架时间 2022-12-25
评分 2.40/5 共5次评分
开发者 Turbo_Jump
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Smartschool Uplifter",
    "version": "1.0.2",
    "description": "A chrome extension that will make your scores appear better",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.smartschool.be\/results\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ]
}