SBU ScheduleBuilder Enhancements

View professors' difficulty and quality ratings on Schedule Builder

Что такое SBU ScheduleBuilder Enhancements?

SBU ScheduleBuilder Enhancements - это расширение Chrome, разработанное bmoses1124, и его основная функция - "View professors' difficulty and quality ratings on Schedule Builder".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения SBU ScheduleBuilder Enhancements

Скачайте файлы расширений SBU ScheduleBuilder Enhancements в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        *** If you find any bugs, please email [email protected]
____________________________________________________________________________________________

Ever taken a class because it fit into your schedule well, not knowing that that teacher's going through a rough divorce and enjoys taking out his frustrations on his students? Or, ever signed up for a class before realizing the professor requires writing two reports on postmodern dance theory... for a Calc class? 

Well, not anymore!

With SBU ScheduleBuilder Enhancements, you'll never be taken by surprise again. I mean, ever, like, for anything. Am I lying? Well, maybe, but the only way to find out is to download the extension right?                    

Основная информация о расширении

Название SBU ScheduleBuilder Enhancements SBU ScheduleBuilder Enhancements
ID aimdogcdagfchdddcdkljpmdmiciflkh
Официальный URL https://chromewebstore.google.com/detail/sbu-schedulebuilder-enhan/aimdogcdagfchdddcdkljpmdmiciflkh
Описание View professors' difficulty and quality ratings on Schedule Builder
Размер файла 6.9 KB
Количество установок 174
Текущая Версия 0.6
Последнее Обновление 2023-10-23
Дата публикации 2021-10-27
Рейтинг 5.00/5 Всего 1 оценок
Разработчик bmoses1124
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SBU ScheduleBuilder Enhancements",
    "version": "0.6",
    "description": "View professors' difficulty and quality ratings on Schedule Builder\n\n",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/stonybrook.collegescheduler.com\/*"
            ],
            "js": [
                "schedulebuilder.js"
            ],
            "all_frames": true,
            "run-at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 3
}