Download, Sort, Transcribe TikTok - TokScribe
Sort videos of TikTok users by the most viewed - TokScribe
What is Download, Sort, Transcribe TikTok - TokScribe?
Download, Sort, Transcribe TikTok - TokScribe is a Chrome extension developed by https://tokscribe.com, and its main feature is "Sort videos of TikTok users by the most viewed - TokScribe".
Extension Screenshots
Download Download, Sort, Transcribe TikTok - TokScribe Extension CRX File
Download Download, Sort, Transcribe TikTok - TokScribe extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🚀 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!
Extension Basic Information
Name | Download, Sort, Transcribe TikTok - TokScribe |
ID | dobkopdhgifjkhnmbgnjdnblkkhkhnde |
Official URL | https://chromewebstore.google.com/detail/download-sort-transcribe/dobkopdhgifjkhnmbgnjdnblkkhkhnde |
Description | Sort videos of TikTok users by the most viewed - TokScribe |
File Size | 312 KB |
Installation Count | 195 |
Current Version | 1.0.4 |
Last Updated | 2023-08-09 |
Publish Date | 2023-07-14 |
Rating | 1.00/5 Total 3 Ratings |
Developer | https://tokscribe.com |
[email protected] | |
Payment Type | free |
Extension Website | https://tokscribe.com |
Help Page URL | https://tokscribe.com/support |
Privacy Policy Page URL | https://adscan.ai/privacy |
Supported Languages | 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" ] } ] } |