WP Booster: Whatsapp blur and group chat contacts downloader

WP Booster: Whatsapp blur and group chat contacts downloader

Free Whatsapp blur and group chat contacts downloader with ease

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Free Whatsapp blur  and group chat contacts downloader with ease",
  "version": "1.0.4",
  "manifest_version": 3,
  "name": "WP Booster: Whatsapp blur and group chat contacts downloader",
  "author": "@pankzagrwal",
  "icons": {
    "16": "icons/icon.png",
    "32": "icons/icon.png",
    "48": "icons/icon.png",
    "64": "icons/icon.png",
    "128": "icons/icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "bookmarks"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://web.whatsapp.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*",
        "inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}