Likumi Web Scraper Firefox

Examine source code of Likumi Web Scraper

By: mortuza Add-on
Inspect and view changes in Likumi Web Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Likumi Web Scraper",
  "version": "1.1.0",
  "description": "Scrape table data from web pages - auto-detect or manually select elements. Export to CSV or copy to clipboard.",
  "browser_specific_settings": {
    "gecko": {
      "id": "web-scraper@likumi",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "strict_min_version": "142.0"
    }
  },
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon-48.svg",
    "default_title": "Likumi Web Scraper",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "commands": {
    "stop-scraping": {
      "suggested_key": {
        "default": "Ctrl+Shift+S"
      },
      "description": "Stop element selection"
    }
  }
}

Best Likumi Web Scraper Alternatives

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