Sort for TikTok Videos by Viewed or Likes

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

¿Qué es Sort for TikTok Videos by Viewed or Likes?

Sort for TikTok Videos by Viewed or Likes es una extensión de Chrome desarrollada por Dunkum Sherwin, y su función principal es "Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sort for TikTok Videos by Viewed or Likes

Descarga archivos de extensión Sort for TikTok Videos by Viewed or Likes en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Sort for TikTok Videos by Viewed or Likes Sort for TikTok Videos by Viewed or Likes
ID dpfmkbcoaddghkkhebjcjaoaiaefigln
URL Oficial https://chromewebstore.google.com/detail/sort-for-tiktok-videos-by/dpfmkbcoaddghkkhebjcjaoaiaefigln
Descripción Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.
Tamaño del Archivo 27.18 KB
Cantidad de Instalaciones 5,000
Versión Actual 1.0.0.0
Última Actualización 2023-12-11
Fecha de Publicación 2023-12-06
Calificación 3.43/5 Total de 7 Calificaciones
Desarrollador Dunkum Sherwin
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://denote.net/browser-extension-privacy-policy
Idiomas Soportados 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"
}