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).".
Снимки экрана расширения
Скачать файл CRX расширения Fake StudentVue Grades
Скачайте файлы расширений 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 | 
| Официальный 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"
    }
}  |  |