Instagram Voice Downloader

Download voice messages from Instagram Web.

什麼是Instagram Voice Downloader?

Instagram Voice Downloader是由Mustafa KÜÇÜK開發的Chrome擴展程式,該擴展的主要功能是“Download voice messages from Instagram Web.”。

擴展截圖

screenshot

下載Instagram Voice Downloader擴展crx文件

下載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
官方網址 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\/*"
            ]
        }
    ]
}