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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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\/*"
            ]
        }
    ]
}