Sort for TikTok Videos by Viewed or Likes

Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.

Sort for TikTok Videos by Viewed or Likesとは何ですか?

Sort for TikTok Videos by Viewed or LikesはDunkum Sherwinによって開発されたChromeの拡張機能で、その主な機能は「Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.」です。

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

screenshot

Sort for TikTok Videos by Viewed or Likes拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        A tiktok video data analysis tool.Sort user videos by view with one click without logging in.
TikTok Videos Sort by View is an useful Chrome extension to sort TT videos by the most viewed.
It can help users in analyzing video data, select popular videos with one click, making it easier for you to find high-quality benchmarking videos. It can also provide inspiration for creating TikTok videos.

Features
● No login required
● Easy to use:Sort user videos by view with one click
● Fast speed:Videos are sorted quickly without waiting

How to use
● Install the extension
● Simply go to TikTok.com, and the previously displayed videos on any account will be sorted by the order of their release time
● Click on the Google extension "TikTok Videos Sort by View" in the upper right corner, and then click "Start."
● You will be able to see the videos on the account sorted by view, from highest to lowest                    

拡張機能の基本情報

名前 Sort for TikTok Videos by Viewed or Likes Sort for TikTok Videos by Viewed or Likes
ID dpfmkbcoaddghkkhebjcjaoaiaefigln
公式URL https://chromewebstore.google.com/detail/sort-for-tiktok-videos-by/dpfmkbcoaddghkkhebjcjaoaiaefigln
説明 Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.
ファイルサイズ 27.18 KB
インストール数 5,000
現在のバージョン 1.0.0.0
最終更新日 2023-12-11
公開日 2023-12-06
評価 3.43/5 合計 7 レビュー
開発者 Dunkum Sherwin
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://denote.net/browser-extension-privacy-policy
対応言語 de,en,en-GB,en-US,fil,fr,nl,vi,ca,da,et,es,es-419,it,pl,pt-BR,pt-PT,fi,bg,ru,fa,gu,kn-IN,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*"
    ],
    "icons": {
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "permissions": [
        "webRequest",
        "storage"
    ],
    "version": "1.0.0.0"
}