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