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
公式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
Eメール [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\/*"
            ]
        }
    ]
}