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."입니다.
확장 프로그램 스크린샷
Sort for TikTok Videos by Viewed or Likes 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 |
이메일 | [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" } |