Instagram Voice Downloader
Download voice messages from Instagram Web.
Instagram Voice Downloader क्या है?
Instagram Voice Downloader Mustafa KÜÇÜK द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download voice messages from Instagram Web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Instagram Voice Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | |
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\/*" ] } ] } |