View Once Photos Bypass for Whatsapp Web

View Once Photos Bypass for Whatsapp Web

Open view once photos in the browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "View Once Photos Bypass for Whatsapp Web",
  "version": "1.8",
  "description": "__MSG_description__",
  "icons": {
    "16": "./icons/16.png",
    "38": "./icons/38.png",
    "64": "./icons/64.png",
    "128": "./icons/128.png"
  },
  "default_locale": "en",
  "content_scripts": [
    {
      "js": [
        "injector.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://web.whatsapp.com/*"
      ],
      "resources": [
        "script.js"
      ]
    }
  ]
}