Harvest Scraper Firefox

Examine source code of Harvest Scraper

Inspect and view changes in Harvest Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Harvest Scraper",
  "version": "1.0.0",
  "description": "When automated scrapping a site fails, use this.",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "downloads",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@elieder.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_title": "Harvest this page",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "64": "icons/icon64.png",
      "128": "icons/icon128.png",
      "256": "icons/icon256.png"
    }
  },
  "sidebar_action": {
    "default_panel": "popup.html",
    "default_icon": "icons/icon256.png",
    "default_title": "Harvest Scraper"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "loader.html",
        "loader.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}

Best Harvest Scraper Alternatives

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