Status Downloader for Whatsapp

Status Downloader for Whatsapp

One-click WhatsApp web status downloader This addon is a private development and not an official Whatsapp addon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "0.2.1",
  "name": "Status Downloader for WhatsApp",
  "description": "One-click WhatsApp web status downloader",
  "icons": {
    "16": "icons/[email protected]",
    "48": "icons/[email protected]",
    "128": "icons/[email protected]"
  },
  "content_scripts": [
    {
      "matches": [
        "https://web.whatsapp.com/"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/[email protected]",
    "default_title": "Download WhatsApp Status"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "*://web.whatsapp.com/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{51d03936-0bf6-412a-b7fc-6e82ff025a50}"
    }
  }
}