Instagram Voice Downloader

Download voice messages from Instagram Web.

Apa itu Instagram Voice Downloader?

Instagram Voice Downloader adalah ekstensi Chrome yang dikembangkan oleh Mustafa KÜÇÜK, dan fitur utamanya adalah "Download voice messages from Instagram Web.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Instagram Voice Downloader

Unduh file ekstensi Instagram Voice Downloader dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Instagram Voice Downloader Instagram Voice Downloader
ID eoaojjnkfeamnflpcalcgigknhiecfnp
URL Resmi https://chrome.google.com/webstore/detail/instagram-voice-downloade/eoaojjnkfeamnflpcalcgigknhiecfnp
Deskripsi Download voice messages from Instagram Web.
Ukuran File 25.53 KB
Jumlah Instalasi 10,000
Versi Saat Ini 1.3
Terakhir Diperbarui 2021-01-08
Tanggal Publikasi 2020-06-14
Penilaian 4.46/5 Total 26 Penilaian
Pengembang Mustafa KÜÇÜK
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://mustafakucuk.net
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}