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. 擴展基本資訊
| 名稱 | |
| ID | ecnngehoijbjdicbdpbbnchmaglminpp |
| 官方網址 | 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"
}
} | |