Instagram Voice Downloader
Download voice messages from Instagram Web.
Co je Instagram Voice Downloader?
Instagram Voice Downloader je rozšíření Chrome vyvinuté Mustafa KÜÇÜK, a jeho hlavní funkcí je „Download voice messages from Instagram Web.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Instagram Voice Downloader
Stáhněte si soubory rozšíření Instagram Voice Downloader ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | eoaojjnkfeamnflpcalcgigknhiecfnp |
Oficiální URL | https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp |
Popis | Download voice messages from Instagram Web. |
Velikost souboru | 25.53 KB |
Počet instalací | 10,000 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2021-01-08 |
Datum Vydání | 2020-06-14 |
Hodnocení | 4.46/5 Celkem 26 Hodnocení |
Vývojář | Mustafa KÜÇÜK |
[email protected] | |
Typ Platby | free |
URL Stránky Nápovědy | https://mustafakucuk.net |
Podporované Jazyky | 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\/*" ] } ] } |