Instagram Voice Downloader

Download voice messages from Instagram Web.

What is Instagram Voice Downloader?

Instagram Voice Downloader is a Chrome extension developed by Mustafa KÜÇÜK, and its main feature is "Download voice messages from Instagram Web.".

Extension Screenshots

screenshot

Download Instagram Voice Downloader Extension CRX File

Download Instagram Voice Downloader 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

                        Download voice messages from Instagram Web.

- Firstly install the plugin. 
- Go to Messages on the Instagram web. 
- Click the one message 
- You will show "Download" button under the voice messages.
- Click the download. 
- (Press CTRL+S or CMD+S) or (Right click and 'Save Audio As..')

Note: If you don't see "Download" button, please refresh the page.

That's it!                    

Extension Basic Information

Name Instagram Voice Downloader Instagram Voice Downloader
ID eoaojjnkfeamnflpcalcgigknhiecfnp
Official URL https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp
Description Download voice messages from Instagram Web.
File Size 25.53 KB
Installation Count 10,000
Current Version 1.3
Last Updated 2021-01-08
Publish Date 2020-06-14
Rating 4.46/5 Total 26 Ratings
Developer Mustafa KÜÇÜK
Email [email protected]
Payment Type free
Help Page URL https://mustafakucuk.net
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Voice Downloader",
    "description": "Download voice messages from Instagram Web.",
    "version": "1.3",
    "manifest_version": 2,
    "browser_action": [],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ]
        }
    ]
}