Instagram Voice Downloader
Download voice messages from Instagram Web.
Cos'è Instagram Voice Downloader?
Instagram Voice Downloader è un'estensione di Chrome sviluppata da Mustafa KÜÇÜK, e la sua funzione principale è "Download voice messages from Instagram Web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Instagram Voice Downloader
Scarica i file di estensione Instagram Voice Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | |
ID | eoaojjnkfeamnflpcalcgigknhiecfnp |
URL Ufficiale | https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp |
Descrizione | Download voice messages from Instagram Web. |
Dimensione del File | 25.53 KB |
Conteggio Installazioni | 10,000 |
Versione Corrente | 1.3 |
Ultimo Aggiornamento | 2021-01-08 |
Data di Pubblicazione | 2020-06-14 |
Valutazione | 4.46/5 Totale 26 Valutazioni |
Sviluppatore | Mustafa KÜÇÜK |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://mustafakucuk.net |
Lingue Supportate | 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\/*" ] } ] } |