Instant Data Scraper reboot Firefox

Examine source code of Instant Data Scraper reboot

By: lys
Inspect and view changes in Instant Data Scraper reboot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Instant Data Scraper",
  "version": "1.3.0",
  "description": "Instant Data Scraper extracts data from web pages and exports it as Excel or CSV files.",
  "icons": {
    "16": "pokeball16.png",
    "32": "pokeball32.png",
    "64": "pokeball64.png",
    "128": "pokeball128.png"
  },
  "browser_action": {
    "default_icon": "pokeball64.png",
    "default_title": "Instant Data Scraper",
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_security_policy": "script-src 'self'; object-src 'self';",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "onload.css"
      ],
      "js": [
        "js/jquery-3.1.1.min.js",
        "onload.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "instant-data-scraper@webrobots.io",
      "strict_min_version": "79.0"
    }
  }
}

Best Instant Data Scraper reboot Alternatives

Here are some Firefox add-ons that are similar to Instant Data Scraper reboot: