Copy Title + URL (No Data) Firefox

Examine source code of Copy Title + URL (No Data)

Inspect and view changes in Copy Title + URL (No Data) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy Title + URL (No Data)",
  "version": "1.0.0",
  "description": "Copy the current tab's title and URL to clipboard in one click. Collects no data.",
  "action": {
    "default_title": "Copy Title + URL",
    "default_popup": "popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-title-url-no-data@yourdomain.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Copy Title + URL (No Data) Alternatives

Here are some Firefox add-ons that are similar to Copy Title + URL (No Data):