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 |
Eメール | [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" } } |