Instagram Voice Downloader

Download voice messages from Instagram Web.

Что такое Instagram Voice Downloader?

Instagram Voice Downloader - это расширение Chrome, разработанное Mustafa KÜÇÜK, и его основная функция - "Download voice messages from Instagram Web.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Instagram Voice Downloader

Скачайте файлы расширений Instagram Voice Downloader в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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!                    

Основная информация о расширении

Название Instagram Voice Downloader Instagram Voice Downloader
ID eoaojjnkfeamnflpcalcgigknhiecfnp
Официальный URL https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp
Описание Download voice messages from Instagram Web.
Размер файла 25.53 KB
Количество установок 10,000
Текущая Версия 1.3
Последнее Обновление 2021-01-08
Дата публикации 2020-06-14
Рейтинг 4.46/5 Всего 26 оценок
Разработчик Mustafa KÜÇÜK
Электронная почта [email protected]
Тип оплаты free
URL страницы помощи https://mustafakucuk.net
Поддерживаемые языки 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\/*"
            ]
        }
    ]
}