TKCommentExport - Export TikTok Comments
Export TikTok video comments to CSV file with one click. Helper tool downloads comments from any TikTok video for analysis.
TKCommentExport - Export TikTok Comments란 무엇입니까?
TKCommentExport - Export TikTok Comments은(는) https://extensionsbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Export TikTok video comments to CSV file with one click. Helper tool downloads comments from any TikTok video for analysis."입니다.
확장 프로그램 스크린샷
TKCommentExport - Export TikTok Comments 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
One click to export TikTok Comments. Best TikTok tool made for people who want to export comments from TikTok video into CSV/JSON/XLSX(Excel) file. A smart helper tools for TikTok, after installing, you can one click to export TikTok comments to CSV/JSON/XLSX(Excel) file. How it Works? 1. Add (install) this extension to your Chrome. 2. Click any TikTok video and copy link. 3. Paste the TikTok link and click the 'Export' button. 4. Done. What columns you can export? #User Id #Comment Id #Nickname #Comment Text #Signature #Digg Count #Create Time #Video URL #Video Id Data Privacy All data is processed in your local computer, it is never passing through our web server, no one knows what you exported. FAQ https://tkcommentexport.extensionsbox.com
확장 프로그램 기본 정보
이름 | TKCommentExport - Export TikTok Comments |
ID | monfhkhegpjfhcmjaklhnckkhlalnoml |
공식 URL | https://chromewebstore.google.com/detail/tkcommentexport-export-ti/monfhkhegpjfhcmjaklhnckkhlalnoml |
설명 | Export TikTok video comments to CSV file with one click. Helper tool downloads comments from any TikTok video for analysis. |
파일 크기 | 2.33 MB |
설치 횟수 | 1,393 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2024-02-26 |
출시 날짜 | 2022-02-03 |
평점 | 3.50/5 총 10 개의 평점 |
개발자 | https://extensionsbox.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tkcommentexport.extensionsbox.com |
도움말 페이지 URL | https://tkcommentexport.extensionsbox.com |
개인정보 보호 정책 페이지 URL | https://extensionsbox.com/privacy |
지원되는 언어 | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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", "description": "__MSG_appDesc__", "version": "1.0.6", "manifest_version": 3, "name": "__MSG_appName__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "options_page": "options.html", "permissions": [ "storage", "identity", "webRequest" ], "host_permissions": [ "*:\/\/*.tiktok.com\/*", "*:\/\/*.extensionsbox.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.tiktok.com\/*" ], "js": [ "contentScript.js" ], "css": [ "libs\/style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlpkezVDt6Fc4GOz1VUOENQO1A4NQBgOPeJmN+8b+dH0cRX+Y2m+Uv8Kz++2G6lon9nB\/Hwnz8yyxs+QcFy5WLWo55QoYiP1SyDcnZE7GIhqVHgxTO3pabexKlbemDYFgskEmNdmUXbNQ2QrxwP3qmktOsHrMVKElIuWch0ZlYBbI8rKBMDMp08YAhYqXBAt+LVZMMPSqLbP3CpO6Y4qMVOUJJHmaRq3WWgYYUfq5SRjU79oXOkGJRNGR0IlJDJkSvEp7jaPWbkmLRAc2kyPPuBhsjuDqQRezW+6DhYcWyhLQUTwblDQJW4+R4\/0vRDnFdBP7XqrdoivY5NoxG8UPxQIDAQAB", "oauth2": { "client_id": "296361908006-af67g63p7ju4v5t12m6ef7ojcacmap1j.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*", "injected.js" ], "matches": [ " |