Professor Warning: UT Austin

Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.

What is Professor Warning: UT Austin?

Professor Warning: UT Austin is a Chrome extension developed by Kitch, and its main feature is "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.".

Extension Screenshots

screenshot

Download Professor Warning: UT Austin Extension CRX File

Download Professor Warning: UT Austin 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

                        The University of Texas at Austin has recently released information regarding 17 incidents of sexual misconduct, including 3 cases among faculty members. This chrome extension surfaces this information directly into the course catalogue so you can stay informed when signing up for classes. Names are linked to the publication provided by the University of Texas at Austin so you can read the allegations and summary review of the incident and make your own determination on what to do during registration.                    

Extension Basic Information

Name Professor Warning: UT Austin Professor Warning: UT Austin
ID jinjlfdphlldlejkcgcgjjbfinpbojae
Official URL https://chromewebstore.google.com/detail/professor-warning-ut-aust/jinjlfdphlldlejkcgcgjjbfinpbojae
Description Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.
File Size 7.92 KB
Installation Count 95
Current Version 1.1
Last Updated 2020-02-04
Publish Date 2020-02-04
Developer Kitch
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Professor Warning: UT Austin",
    "description": "Know if a class is taught by a professor accused of sexual misconduct. University of Texas at Austin.",
    "version": "1.1",
    "permissions": [
        "https:\/\/utdirect.utexas.edu\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/utdirect.utexas.edu\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}