Fake StudentVue Grades
Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).
Wat is Fake StudentVue Grades?
Fake StudentVue Grades is een Chrome-extensie ontwikkeld door Rojo, en de belangrijkste functie is "Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).".
Extensie Screenshots
Download het CRX-bestand van de extensie Fake StudentVue Grades
Download Fake StudentVue Grades-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ecnngehoijbjdicbdpbbnchmaglminpp | 
| Officiële URL | https://chromewebstore.google.com/detail/fake-studentvue-grades/ecnngehoijbjdicbdpbbnchmaglminpp | 
| Beschrijving | Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database). | 
| Bestandsgrootte | 16.63 KB | 
| Aantal Installaties | 176 | 
| Huidige Versie | 1.3 | 
| Laatst Bijgewerkt | 2022-10-18 | 
| Publicatiedatum | 2022-03-14 | 
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen | 
| Ontwikkelaar | Rojo | 
| [email protected] | |
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
    }
}  |  |