Instagram Voice Downloader

Download voice messages from Instagram Web.

Instagram Voice Downloader là gì?

Instagram Voice Downloader là một tiện ích mở rộng Chrome được phát triển bởi Mustafa KÜÇÜK, và tính năng chính của nó là "Download voice messages from Instagram Web.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Instagram Voice Downloader

Tải xuống các tệp mở rộng Instagram Voice Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Instagram Voice Downloader Instagram Voice Downloader
ID eoaojjnkfeamnflpcalcgigknhiecfnp
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp
Mô tả Download voice messages from Instagram Web.
Kích Thước Tệp 25.53 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2021-01-08
Ngày Phát Hành 2020-06-14
Đánh Giá 4.46/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Mustafa KÜÇÜK
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://mustafakucuk.net
Ngôn Ngữ Được Hỗ Trợ 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\/*"
            ]
        }
    ]
}