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 là gì?

Fake StudentVue Grades là một tiện ích mở rộng Chrome được phát triển bởi Rojo, và tính năng chính của nó là "Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fake StudentVue Grades

Tải xuống các tệp mở rộng Fake StudentVue Grades dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fake StudentVue Grades Fake StudentVue Grades
ID ecnngehoijbjdicbdpbbnchmaglminpp
URL Chính Thức https://chromewebstore.google.com/detail/fake-studentvue-grades/ecnngehoijbjdicbdpbbnchmaglminpp
Mô tả Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).
Kích Thước Tệp 16.63 KB
Số Lần Cài Đặt 176
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-10-18
Ngày Phát Hành 2022-03-14
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Rojo
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}