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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Download, Sort, Transcribe TikTok - TokScribe拡張機能のCRXファイルをダウンロード

Download, Sort, Transcribe TikTok - TokScribe拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        🚀 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 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
Eメール [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"
            ]
        }
    ]
}