Examine source code of Contact Saver For WA & Download Group Phone Numbers | WPPME.COM

Inspect and view changes in Contact Saver For WA & Download Group Phone Numbers | WPPME.COM source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "__MSG_qtName__",
  "description": "__MSG_qtDes__",
  "version": "2.8.4",
  "manifest_version": 3,
  "default_locale": "en",
  "homepage_url": "https://wppme.com/download-whatsapp-group-phone-number",
  "icons": {
    "16": "imgs/icon16.png",
    "32": "imgs/icon32.png",
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "imgs/icon48.png"
  },
  "background": {
    "service_worker": "ts/a/bs.6778b4e2.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "ts/b/ssc.6778b4e2.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "imgs/*",
        "photos/*",
        "ts/*",
        "font/*",
        "country/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "host_permissions": [
    "*://*.whatsapp.com/*",
    "*://*.wppme.com/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}