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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Comment Exporter for IG 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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]                    

확장 프로그램 기본 정보

이름 Comment Exporter for IG Comment Exporter for IG
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"
    ]
}