Google Maps Scraper Firefox

Examine source code of Google Maps Scraper

Inspect and view changes in Google Maps Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Google Maps Scraper",
  "description": "Scrape local businesses from Google Maps into a CSV/XLSX/Parquet file.",
  "version": "0.0.9",
  "browser_action": {
    "default_title": "Google Maps Scraper",
    "default_popup": "index.html"
  },
  "homepage_url": "https://outscraper.com",
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  },
  "permissions": [
    "https://*.google.com/*",
    "https://www.google.com/*",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "js": [
        "content_script.js"
      ],
      "matches": [
        "https://*.google.com/maps/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "logo16.png",
    "logo48.png",
    "logo128.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{8c60d69e-df2c-4cf8-9b53-83d93216db00}"
    }
  }
}

Best Google Maps Scraper Alternatives

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