ScrapeHub Firefox

Examine source code of ScrapeHub

By: Nomad
Inspect and view changes in ScrapeHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Contact Scraper",
  "version": "1.0",
  "description": "Scrapes emails and phone numbers from websites and exports them to CSV",
  "permissions": [
    "activeTab",
    "storage",
    "downloads",
    "tabs"
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "128": "icons/128.png"
    }
  },
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "browser-polyfill.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contact-scraper@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best ScrapeHub Alternatives

Here are some Firefox add-ons that are similar to ScrapeHub: