TTCommentExporter - Export TikTok Comments

Export TikTok comments to Excel in CSV for analysis.

TTCommentExporter - Export TikTok Comments là gì?

TTCommentExporter - Export TikTok Comments là một tiện ích mở rộng Chrome được phát triển bởi ToolMagic, và tính năng chính của nó là "Export TikTok comments to Excel in CSV for analysis.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TTCommentExporter - Export TikTok Comments

Tải xuống các tệp mở rộng TTCommentExporter - Export TikTok Comments dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extract and save TikTok video comments with ease, exporting them in CSV or Excel format, enabling comprehensive analysis and valuable insights for your TikTok content strategy.

Features
- Save all comments including replies from a TikTok video
- Export TikTok comments in CSV/Excel
- Export comments from multiple videos at the same time

What type of data can you export?
- Comment ID
- Reply to Which Comment
- User ID
- Username
- Nick Name
- Comment
- Comment Time
- Digg Count
- Author Digged
- Reply Count
- Pinned to Top
- User Homepage

How to use TikTok Comment Exporter?
To use TikTok Comment Exporter, simply add our extension to browser and create an account. Once you have signed in, you can input the video link whose comments you want to export and click the "Export" button. Your comments will be exported to a CSV or Excel file, which you can then download to your computer.

Note:
- TTCommentExporter follows a freemium model, enabling you to export up to 200 comments at no cost. If additional exports are required, consider upgrading to our premium version.

Data Privacy
All data is processed on your local computer, never passing through our web servers. Your exports are confidential.

FAQ
https://ttcommentexporter.toolmagic.app/#faqs
Feel free to contact us if you have any other questions.

Disclaimer
TikTok is a trademark of TikTok, LLC. This extension is not affiliated with or endorsed by TikTok, Inc.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TTCommentExporter - Export TikTok Comments TTCommentExporter - Export TikTok Comments
ID epjbmmchkjlgmogfoamcleeikmfaffjm
URL Chính Thức https://chromewebstore.google.com/detail/ttcommentexporter-export/epjbmmchkjlgmogfoamcleeikmfaffjm
Mô tả Export TikTok comments to Excel in CSV for analysis.
Kích Thước Tệp 408 KB
Số Lần Cài Đặt 289
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2024-03-07
Ngày Phát Hành 2023-12-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển ToolMagic
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://ttcommentexporter.toolmagic.app/
URL Trang Chính Sách Bảo Mật https://ttcommentexporter.toolmagic.app/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "1.0.0",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "identity",
        "webRequest",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ],
            "css": [
                "assets\/css\/contentStyle1709630486854.chunk.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "src\/pages\/injected\/index.js",
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "43134909389-b8t6eseh32n84tslc1b8e1j8dea2v2or.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}