WA Saver - Contacts Saver for WhatsApp™

WA Saver - Contacts Saver for WhatsApp™

Extract and Download all contacts, unknown phone numbers from WhatsApp™ groups, chatlist and labels to Excel file.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "permissions": [
    "storage",
    "identity",
    "tabs"
  ],
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extName__",
    "default_icon": {
      "19": "icons/19.png",
      "38": "icons/38.png"
    }
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "oauth2": {
    "client_id": "628184170891-4dk2tbrb9gb50pum0muj564ru3ccdndh.apps.googleusercontent.com",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw1WnxG/sLN8WaVka3VmzKFP+6e6dIir6Sw52qVOLRj49SsauxAgKlgu4c5fC9Y5aB/u4t6u8N5pLFTJwGRXDB8dpcQFeGGB7PvAzWNmWD+w8f0nyN5rDlAtKKvk1V329hk8ICIoP6iseDJ/orLqB87e7W+VOw7FI5Qei9pZRU8Tm2fDDFJhUO40jEifkbu/9XYkYDdOFIVh1QUg0Gm1Wyf3rgQFDbn6j8ZtX12BQ9HQoX5jufpZPAH8/9zuBfSI4cLYtiGXyzFrpFf09crUZwAlY9vd0YvfOZdlyp7qwW7pPVZvLrcXd229ApE8wdht2Zx3wxDEwMa9xY49Jt5xROwIDAQAB",
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "version": "1.0.5"
}