Any School Rate My Professors Extension

Any School Rate My Professors Extension

Shows the Rate My Professors rating of professors while searching for classes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Any School Rate My Professors Extension",
  "version": "1.2.4",
  "description": "Shows the Rate My Professors rating of professors while searching for classes.",
  "permissions": [
    "https://search-production.ratemyprofessors.com/*",
    "https://raw.githubusercontent.com/carltonnorthern/nickname-and-diminutive-names-lookup/master/names.csv/",
    "activeTab",
    "declarativeContent"
  ],
  "optional_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "web_accessible_resources": [
    "node_modules/tippy.js/dist/tippy.css",
    "node_modules/tippy.js/themes/light.css",
    "prof-rating.css",
    "node_modules/compromise/builds/compromise.min.js",
    "node_modules/arrive/minified/arrive.min.js",
    "node_modules/@popperjs/core/dist/umd/popper.min.js",
    "node_modules/tippy.js/dist/tippy-bundle.umd.min.js",
    "utils.js",
    "contentscript.js"
  ],
  "page_action": {
    "default_icon": "images/favicon-16-gray.png"
  },
  "background": {
    "scripts": [
      "node_modules/papaparse/papaparse.min.js",
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "16": "images/favicon-16.png",
    "48": "images/favicon-48.png",
    "128": "images/favicon-128.png"
  },
  "manifest_version": 2
}