Web Scraper V2 Firefox

Examine source code of Web Scraper V2

Inspect and view changes in Web Scraper V2 source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Scraper V2",
  "version": "1.3",
  "description": "Extract text content from selected elements on a webpage.",
  "permissions": [
    "scripting",
    "activeTab",
    "downloads",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c6ddebf-0b98-4812-aafd-e01ab9abd143}"
    }
  }
}

Best Web Scraper V2 Alternatives

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