Download, Sort, Transcribe TikTok - TokScribe
Sort videos of TikTok users by the most viewed - TokScribe
Download, Sort, Transcribe TikTok - TokScribe란 무엇입니까?
Download, Sort, Transcribe TikTok - TokScribe은(는) https://tokscribe.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort videos of TikTok users by the most viewed - TokScribe"입니다.
확장 프로그램 스크린샷
Download, Sort, Transcribe TikTok - TokScribe 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🚀 Download, Sort & Transcribe TikTok videos 🚀 🎬Effortless Downloads Without Watermarks Immerse yourself in a hassle-free TikTok experience with TokScribe. This powerful Chrome extension allows you to download any TikTok video with just a single click. Say goodbye to watermarks! Enjoy the best of TikTok videos in their purest form. And guess what? It's 100% free! 📈Stay Ahead with 'Sort by Views' Want to stay on top of the most popular TikTok content? TokScribe's got you covered. Our innovative 'Sort by Views' feature lets you easily navigate to the most viewed videos. No more endless scrolling! With TokScribe, you're always in the loop! 📜Transcripts at Your Fingertips But wait, there's more! TokScribe offers transcripts of your favorite TikTok videos. Analyze content, learn new phrases, or delve into the nuances of your favorite creators. Get to know TikTok like never before. 🎉Experience the Best of TikTok with TokScribe TokScribe isn't just a Chrome extension, it's your ticket to an elevated TikTok experience. Download videos with ease, follow trending content, and dive deeper into the TikTok realm with our transcript feature. All of this at no cost to you! Join the TokScribe family today. Let's revolutionize the way you experience TikTok! 💖Enjoying TokScribe? We'd love to hear about your experience! Leave us a review and let us know what you love about TokScribe and how we can make it even better. Your feedback helps us create a better TikTok experience for everyone. Thank you for choosing and trusting TokScribe!
확장 프로그램 기본 정보
이름 | Download, Sort, Transcribe TikTok - TokScribe |
ID | dobkopdhgifjkhnmbgnjdnblkkhkhnde |
공식 URL | https://chromewebstore.google.com/detail/download-sort-transcribe/dobkopdhgifjkhnmbgnjdnblkkhkhnde |
설명 | Sort videos of TikTok users by the most viewed - TokScribe |
파일 크기 | 312 KB |
설치 횟수 | 195 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-08-09 |
출시 날짜 | 2023-07-14 |
평점 | 1.00/5 총 3 개의 평점 |
개발자 | https://tokscribe.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://tokscribe.com |
도움말 페이지 URL | https://tokscribe.com/support |
개인정보 보호 정책 페이지 URL | https://adscan.ai/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Download, Sort, Transcribe TikTok - TokScribe", "version": "1.0.4", "description": "Sort videos of TikTok users by the most viewed - TokScribe", "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "assets\/tokscribelogo.png" }, "icons": { "128": "assets\/tokscribelogo.png" }, "background": { "service_worker": "assets\/background.js" }, "content_scripts": [ { "js": [ "assets\/content.js", "assets\/content2.js", "assets\/contentChart.js", "assets\/chart.js", "assets\/jquery.js", "assets\/api_handler.js" ], "matches": [ "https:\/\/*.tiktok.com\/*" ], "css": [ "assets\/style.css", "assets\/injest.css" ] } ], "permissions": [ "activeTab", "storage" ], "host_permissions": [ "*:\/\/*.tiktok.com\/*", "*:\/\/*.cloudfunctions.net\/*", "*:\/\/api19-core-useast5.us.tiktokv.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "resources": [ "assets\/api_handler.js" ] } ] } |