Udelity Firefox

Examine source code of Udelity

By: David
Inspect and view changes in Udelity source codes across current and past versions
Vidego icon
Looking to download videos? Try the universal video downloader:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Udelity",
  "description": "Download Udemy enrolled courses, chapters, lectures, videos via udelity.in",
  "version": "0.0.2",
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "icons/logo16.png",
    "48": "icons/logo48.png",
    "128": "icons/logo128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "permissions": [
    "webRequest",
    "*://*.udemy.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://www.udelity.in/"
      ],
      "js": [
        "installed_notifier.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Udelity Alternatives

Here are some Firefox add-ons that are similar to Udelity: