Webreg Course Info Extension

Displays information about professors and expected workload in webreg.

What is Webreg Course Info Extension?

Webreg Course Info Extension is a Chrome extension developed by thepot8totheory, and its main feature is "Displays information about professors and expected workload in webreg.".

Extension Screenshots

screenshot

Download Webreg Course Info Extension Extension CRX File

Download Webreg Course Info Extension 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

                        Easily check the ratings of your professors and courses on WebReg with this extension                    

Extension Basic Information

Name Webreg Course Info Extension Webreg Course Info Extension
ID oicloanloffjnombnhhmplbienojjepd
Official URL https://chromewebstore.google.com/detail/webreg-course-info-extens/oicloanloffjnombnhhmplbienojjepd
Description Displays information about professors and expected workload in webreg.
File Size 616 KB
Installation Count 166
Current Version 1.1
Last Updated 2023-11-06
Publish Date 2023-09-20
Rating 5.00/5 Total 1 Ratings
Developer thepot8totheory
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.freeprivacypolicy.com/live/2254530c-a605-462c-a2ba-9fcc2bdf2951
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webreg Course Info Extension",
    "version": "1.1",
    "icons": {
        "128": "UCSD128.png"
    },
    "description": "Displays information about professors and expected workload in webreg.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/act.ucsd.edu\/webreg2\/*"
            ],
            "css": [
                "Data_Visual.css"
            ],
            "js": [
                "Prof-Info.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "capes_data.csv",
                "rmp_data_without_empty_lines.csv"
            ],
            "matches": [
                "https:\/\/act.ucsd.edu\/*"
            ]
        }
    ]
}