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…

Cos'è Sort TikTok Videos By Date?

Sort TikTok Videos By Date è un'estensione di Chrome sviluppata da tiktoksoundscroller, e la sua funzione principale è "Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Sort TikTok Videos By Date

Scarica i file di estensione Sort TikTok Videos By Date in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Sort TikTok Videos By Date Sort TikTok Videos By Date
ID kioonmjakdlkefmbimekilbdjmodafjc
URL Ufficiale https://chromewebstore.google.com/detail/sort-tiktok-videos-by-dat/kioonmjakdlkefmbimekilbdjmodafjc
Descrizione Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based…
Dimensione del File 20.7 KB
Conteggio Installazioni 446
Versione Corrente 2.9
Ultimo Aggiornamento 2024-01-04
Data di Pubblicazione 2023-07-16
Valutazione 2.33/5 Totale 9 Valutazioni
Sviluppatore tiktoksoundscroller
Email [email protected]
Tipo di Pagamento in_app
Lingue Supportate 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"
            ]
        }
    ]
}