UofT Prof Ratings Firefox

Examine source code of UofT Prof Ratings

By: matthin
Inspect and view changes in UofT Prof Ratings source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "UofT Prof Ratings",
  "version": "1.2",
  "description": "Adds ratemyprofessors.com info to UofT's timetable",
  "content_scripts": [
    {
      "matches": [
        "https://timetable.iit.artsci.utoronto.ca/"
      ],
      "js": [
        "build/timetable_stg.js"
      ]
    },
    {
      "matches": [
        "https://student.utm.utoronto.ca/timetable/"
      ],
      "js": [
        "build/timetable_utm.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "build/background.js"
    ]
  },
  "permissions": [
    "https://www.ratemyprofessors.com/search.jsp?*",
    "https://www.ratemyprofessors.com/ShowRatings.jsp?*",
    "storage"
  ]
}

Best UofT Prof Ratings Alternatives

Here are some Firefox add-ons that are similar to UofT Prof Ratings: