Fake StudentVue Grades
Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).
什么是Fake StudentVue Grades?
Fake StudentVue Grades是由Rojo开发的Chrome扩展程序,该扩展的主要功能是“Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).”。
扩展截图
下载Fake StudentVue Grades扩展crx文件
下载Fake StudentVue Grades扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Fake StudentVue Grades |
ID | ecnngehoijbjdicbdpbbnchmaglminpp |
官方URL | https://chromewebstore.google.com/detail/fake-studentvue-grades/ecnngehoijbjdicbdpbbnchmaglminpp |
简介 | Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database). |
文件大小 | 16.63 KB |
安装次数 | 176 |
当前版本 | 1.3 |
更新时间 | 2022-10-18 |
上架时间 | 2022-03-14 |
评分 | 4.00/5 共1次评分 |
开发者 | Rojo |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" } } |