Sort TikTok Videos By Date

Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based…

¿Qué es Sort TikTok Videos By Date?

Sort TikTok Videos By Date es una extensión de Chrome desarrollada por tiktoksoundscroller, y su función principal es "Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sort TikTok Videos By Date

Descarga archivos de extensión Sort TikTok Videos By Date 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

                        Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based on upload date, not likes, using our convenient 'Sort' button. Download the extension now for the ultimate TikTok experience!

But that's not all! We understand the value of having your favorite TikTok videos at your fingertips, which is why we've added a brand new feature: the "Download Videos Links" option. With this feature, you can easily download a list of video links directly to your device, allowing you to revisit and share your favorite videos whenever you want.

Attention: After sorting, if you enter a video and click the 'next video' button, it will not be sorted by date. You must go back to the sound page to find the videos sorted by date.

Subscription Model: Use the extension by subscribing. Stay ahead of the curve and ride the wave of TikTok trends like never before! 

Version 2.9 Update:
Faster running time  

Version 2.8 Update:
Better stop sorting mechanizem  

Version 2.6 + 2.7 Update:
Small functionality update                    

Información Básica de la Extensión

Nombre Sort TikTok Videos By Date Sort TikTok Videos By Date
ID kioonmjakdlkefmbimekilbdjmodafjc
URL Oficial https://chromewebstore.google.com/detail/sort-tiktok-videos-by-dat/kioonmjakdlkefmbimekilbdjmodafjc
Descripción Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based…
Tamaño del Archivo 20.7 KB
Cantidad de Instalaciones 446
Versión Actual 2.9
Última Actualización 2024-01-04
Fecha de Publicación 2023-07-16
Calificación 2.33/5 Total de 9 Calificaciones
Desarrollador tiktoksoundscroller
Correo electrónico [email protected]
Tipo de Pago in_app
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sort TikTok Videos By Date",
    "version": "2.9",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/music\/*",
                "https:\/\/www.tiktok.com\/tag\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}