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…
Sort TikTok Videos By Date란 무엇입니까?
Sort TikTok Videos By Date은(는) tiktoksoundscroller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based…"입니다.
확장 프로그램 스크린샷
Sort TikTok Videos By Date 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | Sort TikTok Videos By Date |
ID | kioonmjakdlkefmbimekilbdjmodafjc |
공식 URL | https://chromewebstore.google.com/detail/sort-tiktok-videos-by-dat/kioonmjakdlkefmbimekilbdjmodafjc |
설명 | Stay up-to-date with the latest TikTok trends and discover fresh content with ease. Sort videos on sound pages and #tag pages based… |
파일 크기 | 20.7 KB |
설치 횟수 | 446 |
현재 버전 | 2.9 |
최근 업데이트 | 2024-01-04 |
출시 날짜 | 2023-07-16 |
평점 | 2.33/5 총 9 개의 평점 |
개발자 | tiktoksoundscroller |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | 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" ] } ] } |