ClickLearn Authoring Tools Firefox

Examine source code of ClickLearn Authoring Tools

Inspect and view changes in ClickLearn Authoring Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "author": "ClickLearn ApS",
  "name": "ClickLearn Authoring Tools",
  "description": "ClickLearn Authoring Tools",
  "version": "4.0.0.2",
  "version_name": "FF.AT.4.0.0.2",
  "background": {
    "scripts": [
      "cl-bkg-author.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "cl-cs-author.js"
      ],
      "all_frames": true,
      "match_about_blank": true
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "cl-xhr-author.js"
      ],
      "all_frames": true,
      "match_about_blank": true,
      "match_origin_as_fallback": true,
      "world": "MAIN"
    }
  ],
  "action": {
    "default_icon": "icon.png",
    "default_popup": "cl-popup-author.html",
    "default_title": "ClickLearn Authoring Tools"
  },
  "icons": {
    "16": "icon.png",
    "24": "icon-24.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "64": "icon-64.png",
    "128": "icon-128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "tabs",
    "storage",
    "notifications",
    "scripting"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{CC92AFC9-3E43-43B1-AE72-62E5D39BCE7A}",
      "strict_min_version": "129.0"
    }
  }
}

Best ClickLearn Authoring Tools Alternatives

Here are some Firefox add-ons that are similar to ClickLearn Authoring Tools: