Copy Selected URLs Firefox

Examine source code of Copy Selected URLs

By: Jerwy Add-on
Inspect and view changes in Copy Selected URLs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "version": "1.1",
  "author": "contact@jerwy.com",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "permissions": [
    "contextMenus",
    "clipboardWrite",
    "storage",
    "scripting",
    "activeTab"
  ],
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "action": {
    "default_popup": "results.html",
    "default_title": "__MSG_contextMenuTitle__",
    "default_icon": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-selected-urls@jerwymada.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

Best Copy Selected URLs Alternatives

Here are some Firefox add-ons that are similar to Copy Selected URLs: