Fake StudentVue Grades

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

Cos'è Fake StudentVue Grades?

Fake StudentVue Grades è un'estensione di Chrome sviluppata da Rojo, e la sua funzione principale è "Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Fake StudentVue Grades

Scarica i file di estensione Fake StudentVue Grades 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Fake StudentVue Grades Fake StudentVue Grades
ID ecnngehoijbjdicbdpbbnchmaglminpp
URL Ufficiale https://chromewebstore.google.com/detail/fake-studentvue-grades/ecnngehoijbjdicbdpbbnchmaglminpp
Descrizione Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).
Dimensione del File 16.63 KB
Conteggio Installazioni 176
Versione Corrente 1.3
Ultimo Aggiornamento 2022-10-18
Data di Pubblicazione 2022-03-14
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Rojo
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}