Conrep Content Capture V2 Firefox

Examine source code of Conrep Content Capture V2

Inspect and view changes in Conrep Content Capture V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Conrep Content Capture",
  "description": "Capture and submit web page content to Conrep",
  "version": "1.2",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "clipboardRead",
    "contextMenus",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Conrep Extension",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity"
        ],
        "optional": [
          "personallyIdentifyingInfo",
          "technicalAndInteraction"
        ]
      },
      "id": "conrep-content-capture@conrep.com"
    }
  }
}

Best Conrep Content Capture V2 Alternatives

Here are some Firefox add-ons that are similar to Conrep Content Capture V2: