Better Bruinwalk Extension

Unofficial Bruinwalk extension

What is Better Bruinwalk Extension?

Better Bruinwalk Extension is a Chrome extension developed by aleehealey, and its main feature is "Unofficial Bruinwalk extension".

Extension Screenshots

screenshot
screenshot
screenshot

Download Better Bruinwalk Extension Extension CRX File

Download Better Bruinwalk 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 see Bruinwalk professor ratings in UCLA class search results.  Now you can see student ratings in your study list, class planner, and when finding new classes to enroll in!

Click to see the professor's full Bruinwalk page. Please note that not all professors may be on Bruinwalk.                    

Extension Basic Information

Name Better Bruinwalk Extension Better Bruinwalk Extension
ID dpjhemabolknklbaoeefjgjfibcngbpb
Official URL https://chromewebstore.google.com/detail/better-bruinwalk-extensio/dpjhemabolknklbaoeefjgjfibcngbpb
Description Unofficial Bruinwalk extension
File Size 7.45 KB
Installation Count 389
Current Version 0.1.0
Last Updated 2022-05-10
Publish Date 2022-05-10
Rating 5.00/5 Total 1 Ratings
Developer aleehealey
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Bruinwalk Extension",
    "description": "Unofficial Bruinwalk extension",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": [],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/be.my.ucla.edu\/*",
        "https:\/\/sa.ucla.edu\/*",
        "https:\/\/www.bruinwalk.com\/*"
    ]
}