Examine source code of Better Campus

Inspect and view changes in Better Campus source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Better Campus",
  "version": "0.7",
  "description": "Improvements for Campus",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://campus.itba.edu.ar/*"
      ],
      "js": [
        "content.js"
      ]
    },
    {
      "matches": [
        "https://us.bbcollab.com/collab/ui/session/playback/*"
      ],
      "js": [
        "videoDownloader.js"
      ]
    },
    {
      "matches": [
        "https://us-lti.bbcollab.com/collab/ui/session/playback/*"
      ],
      "js": [
        "videoDownloader.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "download_16.png",
    "download_24.png"
  ]
}