Fake StudentVue Grades

Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).

Co to jest Fake StudentVue Grades?

Fake StudentVue Grades to rozszerzenie Chrome opracowane przez Rojo, a jego główną funkcją jest „Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Fake StudentVue Grades

Pobierz pliki rozszerzeń Fake StudentVue Grades 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

                        Show off your fake grades! This addon makes each of your class's grades appear to be 100%! StudentVue's database is not affected. This addon only changes what the website shows.                    

Podstawowe informacje o rozszerzeniu

Nazwa Fake StudentVue Grades Fake StudentVue Grades
ID ecnngehoijbjdicbdpbbnchmaglminpp
Oficjalny URL https://chromewebstore.google.com/detail/fake-studentvue-grades/ecnngehoijbjdicbdpbbnchmaglminpp
Opis Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).
Rozmiar pliku 16.63 KB
Liczba instalacji 176
Aktualna Wersja 1.3
Ostatnia Aktualizacja 2022-10-18
Data Publikacji 2022-03-14
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Rojo
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fake StudentVue Grades",
    "version": "1.3",
    "description": "Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/*.edupoint.com\/*"
    ],
    "background": {
        "service_worker": "main.js"
    }
}