Goyral Whats Link Extractor

Goyral Whats Link Extractor

Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.

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 Whats Link Extractor",
  "description": "Goyral Whats Link Extractor, Whats group links scraper software to get Whats group member's phone numbers.",
  "version": "1.1.0",
  "permissions": [
    "tabs",
    "storage",
    "downloads",
    "management",
    "notifications",
    "identity",
    "identity.email"
  ],
  "host_permissions": [
    "https://www.google.com/*",
    "*://goyral.com/*"
  ],
  "icons": {
    "128": "images/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ]
    }
  ],
  "background": {
    "service_worker": "worker.js",
    "type": "module"
  },
  "options_page": "html/output.html",
  "action": {
    "default_icon": {
      "128": "images/icon_128.png"
    },
    "default_popup": "html/index.html",
    "default_title": "Goyral Whats Link Extractor"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "*://*.google.com/search?q=site:www.facebook.com*",
        "*://*.google.com/search?q=site:www.twitter.com*",
        "*://*.google.com/search?q=site:www.linkedin.com*",
        "*://*.google.com/search?q=site:www.instagram.com*",
        "*://*.web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ]
}