Waitlist of Lucidity

Shows waitlist sizes for UT Austin Registration

What is Waitlist of Lucidity?

Waitlist of Lucidity is a Chrome extension developed by Unknown, and its main feature is "Shows waitlist sizes for UT Austin Registration".

Extension Screenshots

screenshot
screenshot

Download Waitlist of Lucidity Extension CRX File

Download Waitlist of Lucidity 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

                        Waitlists are now also displayed directly on the Course Schedule.


Provides a crowdsourced method for students at UT Austin to see the size of waitlisted classes. Visiting "See my waitlists" automatically adds the sizes of a user's waitlists to a Database. Clicking on "See all waitlists" displays all collected waitlist sizes. For best user experience, disable scroll feature on UT Registration Plus.                    

Extension Basic Information

Name Waitlist of Lucidity Waitlist of Lucidity
ID mcnochpjjjljamhiigpkokjcfmmihhic
Official URL https://chromewebstore.google.com/detail/waitlist-of-lucidity/mcnochpjjjljamhiigpkokjcfmmihhic
Description Shows waitlist sizes for UT Austin Registration
File Size 6.92 KB
Installation Count 141
Current Version 1.204
Last Updated 2020-05-05
Publish Date 2020-05-04
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Waitlist of Lucidity",
    "description": "Shows waitlist sizes for UT Austin Registration",
    "version": "1.204",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/utdirect.utexas.edu\/registrar\/waitlist\/wl_see_my_waitlists.WBX\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/utdirect.utexas.edu\/apps\/registrar\/course_schedule\/*"
            ],
            "js": [
                "display.js"
            ]
        }
    ]
}