Google Map Extractor-Free Google Map Scraper

Google Map Extractor-Free Google Map Scraper

Free Google Map Business Extractor - Extract Emails, Phones, and Other Data from Google Maps

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Google Map Extractor-Free Google Map Scraper",
  "description": "Free Google Map Business Extractor - Extract Emails, Phones, and Other Data from Google Maps",
  "version": "1.0.5",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup/index.html"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "https://www.google.com/maps/*"
      ],
      "js": [
        "content-script/index.js"
      ],
      "run_at": "document_end",
      "css": [
        "content-script/index.7cbc25a9.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "libs/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "assets/images/icon_16.png",
    "32": "assets/images/icon_32.png",
    "48": "assets/images/icon_48.png",
    "128": "assets/images/icon_128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAidMyHbU8NLKTVfWbOOXYeG8NYH8oRDxxOsIB2APRX9zGEBRtlfscA9Dd5+UiKW2WObZXowwmuEndcUGHV975s4OtZgW5SygpGip1yoAcGLBbYxP0pldnj5z3mKzM4hO5MJCOnmBO+WDTwYnWUCcTfeIImsPc1wn11lkwiloHK0fPrLgjFxs2Zc3UijOm17jv2DBTS5tlLGBoblS6XGyj+MYcW21NlUfoFUla7Nxp4omLmPB0H+3gxtrJYjuWgU8MD4sx+udThXogEErzOJp3pZt7n03fNt2XAOlYtdy5rrS2lT48uAt1fUSeTnx7nmfASnhwzq3WDXNhD5lgvvSKGwIDAQAB",
  "oauth2": {
    "client_id": "831195145060-knkcof664eepfhcg34sple9bjvhck20i.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "permissions": [
    "storage",
    "identity"
  ]
}