Instagram Voice Downloader
Download voice messages from Instagram Web.
Qu'est-ce que Instagram Voice Downloader ?
Instagram Voice Downloader est une extension Chrome développée par Mustafa KÜÇÜK, et sa fonction principale est "Download voice messages from Instagram Web.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Instagram Voice Downloader
Téléchargez les fichiers d'extension Instagram Voice Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | eoaojjnkfeamnflpcalcgigknhiecfnp |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp |
Description | Download voice messages from Instagram Web. |
Taille du Fichier | 25.53 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.3 |
Dernière Mise à Jour | 2021-01-08 |
Date de Publication | 2020-06-14 |
Évaluation | 4.46/5 Total 26 Évaluations |
Développeur | Mustafa KÜÇÜK |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://mustafakucuk.net |
Langues Prises en Charge | 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\/*" ] } ] } |