OLAT video link Firefox

Examine source code of OLAT video link

Inspect and view changes in OLAT video link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "OLAT video link",
  "version": "1.1",
  "description": "Adds a button below each video which copies the desired video link",
  "author": "Clemens 'ClProsser' Prosser",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "content_scripts": [
    {
      "js": [
        "index.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end",
      "all_frames": true
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "270": "icon.png"
  },
  "manifest_version": 2
}

Best OLAT video link Alternatives

Here are some Firefox add-ons that are similar to OLAT video link: