Download audio message Messenger/Instagram
Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊
What is Download audio message Messenger/Instagram?
Download audio message Messenger/Instagram is a Chrome extension developed by Pixel Perfect, and its main feature is "Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊".
Extension Screenshots
Download Download audio message Messenger/Instagram Extension CRX File
Download Download audio message Messenger/Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🎵📲 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! 🎉🔊
Extension Basic Information
Name | Download audio message Messenger/Instagram |
ID | doeeppoofnpgomkcgegepecnfmhjggmh |
Official URL | https://chromewebstore.google.com/detail/download-audio-message-me/doeeppoofnpgomkcgegepecnfmhjggmh |
Description | Easily save voice messages from your Instagram and Messenger chats with a click! 🎵📲🔊 |
File Size | 339 KB |
Installation Count | 6,327 |
Current Version | 0.1.4 |
Last Updated | 2023-07-29 |
Publish Date | 2023-07-20 |
Rating | 2.60/5 Total 15 Ratings |
Developer | Pixel Perfect |
[email protected] | |
Payment Type | in_app |
Privacy Policy Page URL | https://pixel-perfect.dev/privacy-policy.html |
Supported Languages | 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\/*" ] } |