Fake StudentVue Grades
Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).
Co je Fake StudentVue Grades?
Fake StudentVue Grades je rozšíření Chrome vyvinuté Rojo, a jeho hlavní funkcí je „Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Fake StudentVue Grades
Stáhněte si soubory rozšíření Fake StudentVue Grades ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Fake StudentVue Grades |
ID | ecnngehoijbjdicbdpbbnchmaglminpp |
Oficiální URL | https://chromewebstore.google.com/detail/fake-studentvue-grades/ecnngehoijbjdicbdpbbnchmaglminpp |
Popis | Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database). |
Velikost souboru | 16.63 KB |
Počet instalací | 176 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2022-10-18 |
Datum Vydání | 2022-03-14 |
Hodnocení | 4.00/5 Celkem 1 Hodnocení |
Vývojář | Rojo |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |