Instagram Voice Downloader

Download voice messages from Instagram Web.

Vad är Instagram Voice Downloader?

Instagram Voice Downloader är en Chrome-tillägg utvecklad av Mustafa KÜÇÜK, och dess huvudfunktion är "Download voice messages from Instagram Web.".

Tilläggsskärmbilder

screenshot

Ladda ner Instagram Voice Downloader-förlängningens CRX-fil

Ladda ner Instagram Voice Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn Instagram Voice Downloader Instagram Voice Downloader
ID eoaojjnkfeamnflpcalcgigknhiecfnp
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp
Beskrivning Download voice messages from Instagram Web.
Filstorlek 25.53 KB
Antal Installationer 10,000
Aktuell Version 1.3
Senast Uppdaterad 2021-01-08
Publiceringsdatum 2020-06-14
Betyg 4.46/5 Totalt 26 Betyg
Utvecklare Mustafa KÜÇÜK
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://mustafakucuk.net
Stödda Språk 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\/*"
            ]
        }
    ]
}