Download audio message Messenger/Instagram

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

Apa itu Download audio message Messenger/Instagram?

Download audio message Messenger/Instagram adalah ekstensi Chrome yang dikembangkan oleh Pixel Perfect, dan fitur utamanya adalah "Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Download audio message Messenger/Instagram

Unduh file ekstensi Download audio message Messenger/Instagram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        🎵📲 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!
🎉🔊                    

Informasi Dasar Ekstensi

Nama Download audio message Messenger/Instagram Download audio message Messenger/Instagram
ID doeeppoofnpgomkcgegepecnfmhjggmh
URL Resmi https://chromewebstore.google.com/detail/download-audio-message-me/doeeppoofnpgomkcgegepecnfmhjggmh
Deskripsi Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊
Ukuran File 339 KB
Jumlah Instalasi 6,327
Versi Saat Ini 0.1.4
Terakhir Diperbarui 2023-07-29
Tanggal Publikasi 2023-07-20
Penilaian 2.60/5 Total 15 Penilaian
Pengembang Pixel Perfect
Email [email protected]
Tipe Pembayaran in_app
URL Halaman Kebijakan Privasi https://pixel-perfect.dev/privacy-policy.html
Bahasa yang Didukung 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\/*"
    ]
}