Fake StudentVue Grades

Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).

What is Fake StudentVue Grades?

Fake StudentVue Grades is a Chrome extension developed by Rojo, and its main feature is "Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).".

Extension Screenshots

screenshot

Download Fake StudentVue Grades Extension CRX File

Download Fake StudentVue Grades extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fake StudentVue Grades Fake StudentVue Grades
ID ecnngehoijbjdicbdpbbnchmaglminpp
Official URL https://chromewebstore.google.com/detail/fake-studentvue-grades/ecnngehoijbjdicbdpbbnchmaglminpp
Description Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).
File Size 16.63 KB
Installation Count 176
Current Version 1.3
Last Updated 2022-10-18
Publish Date 2022-03-14
Rating 4.00/5 Total 1 Ratings
Developer Rojo
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}