Link Scraper Firefox

Examine source code of Link Scraper

Inspect and view changes in Link Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Link Extractor",
  "version": "1.0",
  "description": "Extract links and their anchor text from web pages.",
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{79b9dbcf-cc5a-4cda-89ef-c4ab097eb074}"
    }
  }
}

Best Link Scraper Alternatives

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