Vandy RMP Integration Firefox

Examine source code of Vandy RMP Integration

Inspect and view changes in Vandy RMP Integration source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Vandy RMP Integration",
  "version": "0.1.0",
  "description": "Shows Rate My Professors ratings next to instructor names in Vanderbilt YES class search.",
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "https://www.ratemyprofessors.com/*",
    "https://more.app.vanderbilt.edu/*"
  ],
  "background": {
    "service_worker": "service-worker.js",
    "scripts": [
      "service-worker.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://more.app.vanderbilt.edu/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "vandy-rmp@khanshaheer20008",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Vandy RMP Integration"
  }
}

Best Vandy RMP Integration Alternatives

Here are some Firefox add-ons that are similar to Vandy RMP Integration: