Comment Exporter for IG
This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format.
Comment Exporter for IG क्या है?
Comment Exporter for IG http://nicext.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Comment Exporter for IG एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
▬▬▬▬▬▬▬ Features▬▬▬▬▬▬▬ Export comments from Instagram posts in Excel/CSV format. ▬▬▬▬▬▬▬ Get started ▬▬▬▬▬▬▬ 1. Sign in instagram and open the extension. 2. Paste the link of the post to the text field then click 'GO'. 3. Click to save csv when data download completes. ▬▬▬▬▬▬ Safe ▬▬▬▬▬▬ - This extension do not require your IG password, so your IG account & data are secure. ▬▬▬▬▬▬ Is it free? ▬▬▬▬▬▬ - You can export 50 comments for FREE, purchase PRO to remove the limit. ▬▬▬▬▬▬ Support ▬▬▬▬▬▬ [email protected]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | onkdagfghpljicjmmjcpihndhdkfloce |
आधिकारिक URL | https://chrome.google.com/webstore/detail/comment-exporter-for-ig/onkdagfghpljicjmmjcpihndhdkfloce |
विवरण | This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format. |
फ़ाइल का आकार | 1.34 MB |
स्थापना संख्या | 554 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2021-07-02 |
प्रकाशन तिथि | 2021-06-21 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | http://nicext.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://nicext.com/comment-exporter-for-ig/ |
गोपनीयता नीति पृष्ठ URL | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Comment Exporter for IG", "description": "This tool helps you to export Instagram comments from any post, you can download the comments in Excel or CSV format.", "version": "1.0.0", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "Comment Exporter for IG", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background\/background.js" ] }, "permissions": [ "storage", "https:\/\/www.instagram.com\/*", "https:\/\/*.cdninstagram.com\/*", "https:\/\/*.fbcdn.net\/*", "https:\/\/nicext.com\/", "downloads" ] } |