Send Link to CLU Firefox

Examine source code of Send Link to CLU

Inspect and view changes in Send Link to CLU source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Send Link to CLU",
  "version": "3",
  "description": "Click a link to send it to your CLU downloads. Now with Mega.nz support!",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.comicbookplus.com/*",
        "*://*.getcomics.org/*",
        "*://*.mega.nz/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "service_worker": "background.js",
    "type": "module"
  },
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "clu-extension@comic-utils",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Send Link to CLU Alternatives

Here are some Firefox add-ons that are similar to Send Link to CLU: