Smart Scraper Firefox

Examine source code of Smart Scraper

Inspect and view changes in Smart Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Smart Scraper",
  "description": "Efficient web data extraction for enhanced productivity.",
  "version": "0.0.1",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "./views/index.html",
    "default_title": "Smart Scraper",
    "default_icon": {
      "16": "./assets/logo.png",
      "32": "./assets/logo.png",
      "64": "./assets/logo.png",
      "128": "./assets/logo.png"
    }
  },
  "icons": {
    "16": "./assets/logo.png",
    "32": "./assets/logo.png",
    "64": "./assets/logo.png",
    "128": "./assets/logo.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "webNavigation",
    "activeTab",
    "tabs",
    "storage",
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f334d171-ffb7-4d4e-b947-e2d313a39229}"
    }
  }
}

Best Smart Scraper Alternatives

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