Goyral Map Extractor

Goyral Map Extractor

Goyral Google Map Data Extractor tool is a lightweight and powerful Google Maps software for lead generation.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Goyral Map Extractor",
  "description": "Goyral Google Map Data Extractor tool is a lightweight and powerful Google Maps software for lead generation.",
  "version": "2.2.14",
  "permissions": [
    "tabs",
    "storage",
    "downloads",
    "management",
    "notifications",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "*://goyral.com/*"
  ],
  "icons": {
    "16": "images/icon_16.png",
    "32": "images/icon_32.png",
    "48": "images/icon_48.png",
    "128": "images/icon_128.png"
  },
  "background": {
    "service_worker": "worker.js",
    "type": "module"
  },
  "options_page": "html/output.html",
  "action": {
    "default_icon": {
      "16": "images/icon_16.png",
      "32": "images/icon_32.png",
      "48": "images/icon_48.png",
      "128": "images/icon_128.png"
    },
    "default_popup": "html/index.html",
    "default_title": "Goyral Map Extractor"
  },
  "content_scripts": [
    {
      "js": [
        "js/progress.js",
        "js/content.js"
      ],
      "matches": [
        "*://*.google.com/search?tbm*",
        "*://*.google.com/search?tbs*",
        "*://*.google.com/search?biw*"
      ],
      "run_at": "document_end"
    }
  ]
}