Instagram Voice Downloader

Download voice messages from Instagram Web.

Was ist Instagram Voice Downloader?

Instagram Voice Downloader ist eine Chrome-Erweiterung, die von Mustafa KÜÇÜK entwickelt wurde, und ihr Hauptmerkmal ist "Download voice messages from Instagram Web.".

Erweiterungsscreenshots

screenshot

Instagram Voice Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Instagram Voice Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Instagram Voice Downloader Instagram Voice Downloader
ID eoaojjnkfeamnflpcalcgigknhiecfnp
Offizielle URL https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp
Beschreibung Download voice messages from Instagram Web.
Dateigröße 25.53 KB
Installationsanzahl 10,000
Aktuelle Version 1.3
Letztes Update 2021-01-08
Veröffentlichungsdatum 2020-06-14
Bewertung 4.46/5 Insgesamt 26 Bewertungen
Entwickler Mustafa KÜÇÜK
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://mustafakucuk.net
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}