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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Voice Downloader
ดาวน์โหลดไฟล์ส่วนขยาย 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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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 |
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\/*" ] } ] } |