Link Grabber Pro Firefox

Examine source code of Link Grabber Pro

Inspect and view changes in Link Grabber Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Grabber Pro",
  "version": "1.0.0",
  "description": "Extract all links on a page. Filter by domain, copy selected to clipboard, export CSV, or open in new tabs.",
  "permissions": [
    "activeTab",
    "tabs",
    "downloads",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_title": "Link Grabber Pro",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "link-grabber-pro-addon@example.com",
      "strict_min_version": "78.0"
    }
  }
}

Best Link Grabber Pro Alternatives

Here are some Firefox add-ons that are similar to Link Grabber Pro: