Proctorio-B-Gone

Proctorio-B-Gone

This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Proctorio-B-Gone",
  "version": "0.1.0",
  "content_scripts": [
    {
      "matches": [
        "https://*.instructure.com/*"
      ],
      "js": [
        "script.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ]
}