Download, Sort, Transcribe TikTok - TokScribe
Sort videos of TikTok users by the most viewed - TokScribe
O que é Download, Sort, Transcribe TikTok - TokScribe?
Download, Sort, Transcribe TikTok - TokScribe é uma extensão do Chrome desenvolvida por https://tokscribe.com, e sua principal característica é "Sort videos of TikTok users by the most viewed - TokScribe".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Download, Sort, Transcribe TikTok - TokScribe
Baixe arquivos de extensão Download, Sort, Transcribe TikTok - TokScribe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
🚀 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!
Informações Básicas da Extensão
Nome | Download, Sort, Transcribe TikTok - TokScribe |
ID | dobkopdhgifjkhnmbgnjdnblkkhkhnde |
URL Oficial | https://chromewebstore.google.com/detail/download-sort-transcribe/dobkopdhgifjkhnmbgnjdnblkkhkhnde |
Descrição | Sort videos of TikTok users by the most viewed - TokScribe |
Tamanho do Arquivo | 312 KB |
Contagem de Instalações | 195 |
Versão Atual | 1.0.4 |
Última Atualização | 2023-08-09 |
Data de Publicação | 2023-07-14 |
Classificação | 1.00/5 Total de 3 Avaliações |
Desenvolvedor | https://tokscribe.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://tokscribe.com |
URL da Página de Ajuda | https://tokscribe.com/support |
URL da Página de Política de Privacidade | https://adscan.ai/privacy |
Idiomas Suportados | 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" ] } ] } |