Download audio message Messenger/Instagram

Download audio message Messenger/Instagram

Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.1.4",
  "action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "64": "icons/icon64.png",
    "128": "icons/icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "background",
    "downloads",
    "storage",
    "webRequest"
  ],
  "host_permissions": [
    "https://www.instagram.com/*",
    "https://www.messenger.com/*",
    "https://cdn.fbsbx.com/*"
  ]
}