Tiktok Comment Saver | Save comments in CSV

It's a simple tool that helps to export list of comments from Tiktok videos

Tiktok Comment Saver | Save comments in CSV란 무엇입니까?

Tiktok Comment Saver | Save comments in CSV은(는) http://nicext.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It's a simple tool that helps to export list of comments from Tiktok videos"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Tiktok Comment Saver | Save comments in CSV 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ▬▬▬▬▬▬▬ Features▬▬▬▬▬▬▬
Save comments of Tiktok videos in CSV format. 

▬▬▬▬▬▬▬ Get started ▬▬▬▬▬▬▬
1. Sign in Tiktok and open the extension.
2. Paste the link of the video to the text field then click 'GO'.
3. Click to save csv when data loading completes.

▬▬▬▬▬▬ Safe ▬▬▬▬▬▬
- This extension do not require your Tiktok password, so your ccount & data are secure.

▬▬▬▬▬▬ Is it free? ▬▬▬▬▬▬
- You can export 50 comments for FREE, purchase PRO to remove the limit.

▬▬▬▬▬▬ Support ▬▬▬▬▬▬
[email protected]                    

확장 프로그램 기본 정보

이름 Tiktok Comment Saver | Save comments in CSV Tiktok Comment Saver | Save comments in CSV
ID fmnejpflcpjfccbgmbomipdkbgnbjgko
공식 URL https://chrome.google.com/webstore/detail/tiktok-comment-saver-save/fmnejpflcpjfccbgmbomipdkbgnbjgko
설명 It's a simple tool that helps to export list of comments from Tiktok videos
파일 크기 982 KB
설치 횟수 48
현재 버전 1.0.2
최근 업데이트 2021-12-13
출시 날짜 2021-08-02
개발자 http://nicext.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nicext.com/tiktok-comment-saver/
개인정보 보호 정책 페이지 URL http://nicext.com/comment-exporter-for-ig/privacy-policy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiktok Comment Saver | Save comments in CSV",
    "description": "It's a simple tool that helps to export list of comments from Tiktok videos",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Tiktok Comment Saver",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "web_accessible_resources": [
        "inject.js"
    ],
    "permissions": [
        "storage",
        "downloads",
        "https:\/\/nicext.com\/",
        "https:\/\/*.tiktok.com\/api\/*"
    ]
}