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によって開発されたChromeの拡張機能で、その主な機能は「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拡張機能のCRXファイルをダウンロード
Comment Exporter for IG拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
▬▬▬▬▬▬▬ 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 |
Eメール | [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" ] } |