Smartschool Uplifter

A chrome extension that will make your scores appear better

Cos'è Smartschool Uplifter?

Smartschool Uplifter è un'estensione di Chrome sviluppata da Turbo_Jump, e la sua funzione principale è "A chrome extension that will make your scores appear better".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Smartschool Uplifter

Scarica i file di estensione Smartschool Uplifter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Smartschool Uplifter Smartschool Uplifter
ID achbmapihopafpcmbfcknmopheeepedb
URL Ufficiale https://chromewebstore.google.com/detail/smartschool-uplifter/achbmapihopafpcmbfcknmopheeepedb
Descrizione A chrome extension that will make your scores appear better
Dimensione del File 19.11 KB
Conteggio Installazioni 2,345
Versione Corrente 1.0.2
Ultimo Aggiornamento 2022-12-27
Data di Pubblicazione 2022-12-25
Valutazione 2.40/5 Totale 5 Valutazioni
Sviluppatore Turbo_Jump
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}