Copy and Visit Firefox

Examine source code of Copy and Visit

By: Hersing Add-on
Inspect and view changes in Copy and Visit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "CopyAndVisit",
  "version": "1.0.0",
  "description": "Copies one or multiple links and marks them as visited",
  "icons": {
    "48": "download-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "clipboardWrite",
    "contextMenus",
    "history"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "openlinks_content.js"
      ]
    }
  ]
}

Best Copy and Visit Alternatives

Here are some Firefox add-ons that are similar to Copy and Visit: