Unblock copy in input fields Firefox

Examine source code of Unblock copy in input fields

Inspect and view changes in Unblock copy in input fields source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "解除所有输入框和多行文本框复制限制",
  "version": "1.0.3",
  "description": "允许在所有输入框和多行文本框中选中和复制内容,密码框聚焦时可复制",
  "author": "Miles Turner",
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "applications": {
    "gecko": {
      "id": "input-copy-unlock@example.com",
      "strict_min_version": "59.0"
    }
  }
}

Best Unblock copy in input fields Alternatives

Here are some Firefox add-ons that are similar to Unblock copy in input fields: