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 هو إضافة Chrome تم تطويرها بواسطة Rojo، والميزة الرئيسية لها هي "Shows each class's grade as a 100% on StudentVue! (Does not affect your actual grades in StudentVue's database).".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Fake StudentVue Grades

قم بتنزيل ملفات الامتداد Fake StudentVue Grades بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}