Smartschool Uplifter

A chrome extension that will make your scores appear better

Co to jest Smartschool Uplifter?

Smartschool Uplifter to rozszerzenie Chrome opracowane przez Turbo_Jump, a jego główną funkcją jest „A chrome extension that will make your scores appear better”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Smartschool Uplifter

Pobierz pliki rozszerzeń Smartschool Uplifter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Smartschool Uplifter Smartschool Uplifter
ID achbmapihopafpcmbfcknmopheeepedb
Oficjalny URL https://chromewebstore.google.com/detail/smartschool-uplifter/achbmapihopafpcmbfcknmopheeepedb
Opis A chrome extension that will make your scores appear better
Rozmiar pliku 19.11 KB
Liczba instalacji 2,345
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-12-27
Data Publikacji 2022-12-25
Ocena 2.40/5 Łącznie 5 Oceny
Deweloper Turbo_Jump
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}