Download audio message Messenger/Instagram

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

Was ist Download audio message Messenger/Instagram?

Download audio message Messenger/Instagram ist eine Chrome-Erweiterung, die von Pixel Perfect entwickelt wurde, und ihr Hauptmerkmal ist "Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊".

Erweiterungsscreenshots

screenshot
screenshot

Download audio message Messenger/Instagram-Erweiterungs-CRX-Datei herunterladen

Laden Sie Download audio message Messenger/Instagram-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        🎵📲 How to Instagram download audio message on Instagram /  / Facebook Messenger!

Our handy chrome extension allows you to easily download voice messages from your Instagram and Facebook Messenger conversations. Say goodbye to the frustration of not being able to save those precious voice clips from your friends and loved ones!

💻 Once installed, our extension seamlessly intercepts the audio files exchanged in your chats and lists them in a convenient popup. You can download the voice messages in their original formats, preserving the quality and memories attached to each recording.

Never miss out on heartwarming or funny voice notes again. Whether it's a special message from a dear friend or a heartfelt voice memo from family, our Instagram/Facebook Voice Message Downloader has got you covered!
🎉🔊                    

Grundlegende Informationen zur Erweiterung

Name Download audio message Messenger/Instagram Download audio message Messenger/Instagram
ID doeeppoofnpgomkcgegepecnfmhjggmh
Offizielle URL https://chromewebstore.google.com/detail/download-audio-message-me/doeeppoofnpgomkcgegepecnfmhjggmh
Beschreibung Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊
Dateigröße 339 KB
Installationsanzahl 6,327
Aktuelle Version 0.1.4
Letztes Update 2023-07-29
Veröffentlichungsdatum 2023-07-20
Bewertung 2.60/5 Insgesamt 15 Bewertungen
Entwickler Pixel Perfect
E-Mail [email protected]
Zahlungsart in_app
URL der Datenschutzrichtlinien-Seite https://pixel-perfect.dev/privacy-policy.html
Unterstützte Sprachen en,fr,es
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\/*"
    ]
}