Download audio message Messenger/Instagram

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

什麼是Download audio message Messenger/Instagram?

Download audio message Messenger/Instagram是由Pixel Perfect開發的Chrome擴展程式,該擴展的主要功能是“Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊”。

擴展截圖

screenshot
screenshot

下載Download audio message Messenger/Instagram擴展crx文件

下載Download audio message Messenger/Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Download audio message Messenger/Instagram Download audio message Messenger/Instagram
ID doeeppoofnpgomkcgegepecnfmhjggmh
官方網址 https://chromewebstore.google.com/detail/download-audio-message-me/doeeppoofnpgomkcgegepecnfmhjggmh
簡介 Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊
檔案大小 339 KB
安裝次數 6,327
目前版本 0.1.4
更新時間 2023-07-29
上架時間 2023-07-20
評分 2.60/5 共 15 次評分
開發者 Pixel Perfect
電子郵箱 [email protected]
付費類型 in_app
隱私政策頁面URL https://pixel-perfect.dev/privacy-policy.html
支援的語言 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\/*"
    ]
}