Instagram Voice Downloader
Download voice messages from Instagram Web.
Wat is Instagram Voice Downloader?
Instagram Voice Downloader is een Chrome-extensie ontwikkeld door Mustafa KÜÇÜK, en de belangrijkste functie is "Download voice messages from Instagram Web.".
Extensie Screenshots
Download het CRX-bestand van de extensie Instagram Voice Downloader
Download Instagram Voice Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | eoaojjnkfeamnflpcalcgigknhiecfnp |
Officiële URL | https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp |
Beschrijving | Download voice messages from Instagram Web. |
Bestandsgrootte | 25.53 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-01-08 |
Publicatiedatum | 2020-06-14 |
Beoordeling | 4.46/5 Totaal 26 Beoordelingen |
Ontwikkelaar | Mustafa KÜÇÜK |
[email protected] | |
Betalingswijze | free |
Help Pagina-URL | https://mustafakucuk.net |
Ondersteunde Talen | 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\/*" ] } ] } |