Privacy Extension For WhatsApp Web - WABULK

Privacy Extension For WhatsApp Web - WABULK

Protect your privacy on WhatsApp Web, lock your screen, and hide messages, images, profile, and more with blur effects.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDes__",
  "version": "3.3.5",
  "manifest_version": 3,
  "default_locale": "en",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqnQI1Bha66+TbzoohgwQx9YmVasD77S4w4q4Z0UznGqyauHzUvBdJRY2l89+D8QR3OxckVSqsIy5EJzs/hpT5byUb/w5DgthpF29nkmky8ZB7AYys/t+PZVjrSqP3R5hPUN10E6nSSApPzwt0WxWEB4P/uaDeXg8dqx/EVjDbxY6ZEtgcqPgfMIwiqy+Q7eqZtA8XCq442tCebm0+NPHXLQrDNSP4Knxffnd3YT9Uph40336MzuRzTQPh85Suhd3LtvJnfWMSE8T/UMqpuupI3HdCHOQ5uhRf9q6dJd88+quP6CkRCFieuQqePfukQx0FkaIxGR20mHGJHtaHUtMMQIDAQAB",
  "homepage_url": "https://privacy-wa-web.wabulk.net",
  "icons": {
    "16": "img/logo-16.png",
    "32": "img/logo-32.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "img/logo-48.png"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content-script-loader.chunk-d987a6c8.c2534a0b.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "css": [
        "assets/vue-select.c1ad5836.css",
        "assets/index.js.09005d14.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "img/*",
        "assets/*",
        "assets/fa.js"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "resources": [
        "assets/logo.6cf96134.png",
        "assets/rate.fe4f28e8.png",
        "assets/rateDone.f9fb7d34.png",
        "assets/menu.ac9bf352.png",
        "assets/nail.a040fee1.png",
        "assets/logo2.466417f2.png",
        "assets/tip_rv1.7369688b.gif",
        "assets/payDes.1f0cbb40.jpg",
        "assets/member.d15d4456.png",
        "assets/ionicons.503dc6b7.woff2",
        "assets/ionicons.fe9ddf45.woff",
        "assets/ionicons.13d29fa1.ttf",
        "assets/ionicons.3cccccf5.svg",
        "assets/chunk-ac5da71d.js",
        "assets/chunk-3789cfe7.js",
        "assets/chunk-9ba675c8.js",
        "assets/chunk-d987a6c8.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "permissions": [
    "storage",
    "tabs",
    "unlimitedStorage",
    "commands"
  ],
  "commands": {
    "overall": {
      "suggested_key": {
        "default": "Alt+Z"
      },
      "description": "Overall switch"
    },
    "lockScreen": {
      "suggested_key": {
        "default": "Alt+X"
      },
      "description": "Lock screen switch"
    }
  }
}