Google Map Scraper Firefox

Examine source code of Google Map Scraper

By: Lead T
Inspect and view changes in Google Map Scraper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "version": "7.1.0",
  "default_locale": "en",
  "manifest_version": 2,
  "browser_action": {
    "default_popup": "./popup.html",
    "default_title": "Google Map lead scraper",
    "default_icon": {
      "16": "./assets/geoharvest.png",
      "32": "./assets/geoharvest.png",
      "64": "./assets/geoharvest.png",
      "128": "./assets/geoharvest.png"
    }
  },
  "options_page": "./dashboard.html",
  "icons": {
    "16": "./assets/geoharvest.png",
    "32": "./assets/geoharvest.png",
    "64": "./assets/geoharvest.png",
    "128": "./assets/geoharvest.png"
  },
  "background": {
    "scripts": [
      "background.bundle.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.bundle.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "notifications",
    "*://*/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd76f058-7ba4-40d1-986f-482c6b44b9c1}"
    }
  }
}

Best Google Map Scraper Alternatives

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