Smartschool Uplifter

A chrome extension that will make your scores appear better

What is Smartschool Uplifter?

Smartschool Uplifter is a Chrome extension developed by Turbo_Jump, and its main feature is "A chrome extension that will make your scores appear better".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Smartschool Uplifter Extension CRX File

Download Smartschool Uplifter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Smartschool Uplifter Smartschool Uplifter
ID achbmapihopafpcmbfcknmopheeepedb
Official URL https://chromewebstore.google.com/detail/smartschool-uplifter/achbmapihopafpcmbfcknmopheeepedb
Description A chrome extension that will make your scores appear better
File Size 19.11 KB
Installation Count 2,345
Current Version 1.0.2
Last Updated 2022-12-27
Publish Date 2022-12-25
Rating 2.40/5 Total 5 Ratings
Developer Turbo_Jump
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}