Smartschool Uplifter

A chrome extension that will make your scores appear better

Qu'est-ce que Smartschool Uplifter ?

Smartschool Uplifter est une extension Chrome développée par Turbo_Jump, et sa fonction principale est "A chrome extension that will make your scores appear better".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Smartschool Uplifter

Téléchargez les fichiers d'extension Smartschool Uplifter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Smartschool Uplifter Smartschool Uplifter
ID achbmapihopafpcmbfcknmopheeepedb
URL Officiel https://chromewebstore.google.com/detail/smartschool-uplifter/achbmapihopafpcmbfcknmopheeepedb
Description A chrome extension that will make your scores appear better
Taille du Fichier 19.11 KB
Nombre d'Installations 2,345
Version Actuelle 1.0.2
Dernière Mise à Jour 2022-12-27
Date de Publication 2022-12-25
Évaluation 2.40/5 Total 5 Évaluations
Développeur Turbo_Jump
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}