Download audio message Messenger/Instagram

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

Qu'est-ce que Download audio message Messenger/Instagram ?

Download audio message Messenger/Instagram est une extension Chrome développée par Pixel Perfect, et sa fonction principale est "Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Download audio message Messenger/Instagram

Téléchargez les fichiers d'extension Download audio message Messenger/Instagram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Download audio message Messenger/Instagram Download audio message Messenger/Instagram
ID doeeppoofnpgomkcgegepecnfmhjggmh
URL Officiel https://chromewebstore.google.com/detail/download-audio-message-me/doeeppoofnpgomkcgegepecnfmhjggmh
Description Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊
Taille du Fichier 339 KB
Nombre d'Installations 6,327
Version Actuelle 0.1.4
Dernière Mise à Jour 2023-07-29
Date de Publication 2023-07-20
Évaluation 2.60/5 Total 15 Évaluations
Développeur Pixel Perfect
Email [email protected]
Type de Paiement in_app
URL de la Page de Politique de Confidentialité https://pixel-perfect.dev/privacy-policy.html
Langues Prises en Charge 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\/*"
    ]
}