Unimelb(Monash/ANU/UNSW) Recording Downloader

Unimelb(Monash/ANU/UNSW) Recording Downloader

This extension allows you to download all recordings available in current recording download page on different university websites

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.0",
  "manifest_version": 2,
  "name": "Unimelb(Monash/ANU/UNSW) Recording Downloader",
  "description": "This extension allows you to download all recordings available in current recording download page on different university websites",
  "icons": {
    "128": "icon128_unimelb.png"
  },
  "browser_action": {
    "default_title": "Download all the recordings available in current page!",
    "default_icon": {
      "128": "icon128_unimelb.png"
    },
    "default_popup": "browser_popup.html"
  },
  "permissions": [
    "activeTab",
    "downloads",
    "*://*/*",
    "notifications"
  ],
  "background": {
    "scripts": [
      "eventpage.js"
    ],
    "persistent": false
  }
}