TikSort - View Ranking for TikTok
Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!
TikSort - View Ranking for TikTok란 무엇입니까?
TikSort - View Ranking for TikTok은(는) mdpro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!"입니다.
확장 프로그램 스크린샷
TikSort - View Ranking for TikTok 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Discover the hottest TikTok videos with TikSort, the ultimate sorting TikTok app ! Effortlessly organize TikTok profile videos by view count! 100% free No adds ... forever Made with love <3
확장 프로그램 기본 정보
이름 | TikSort - View Ranking for TikTok |
ID | gpjkpneknachmpioelhlifbondoebmom |
공식 URL | https://chromewebstore.google.com/detail/tiksort-view-ranking-for/gpjkpneknachmpioelhlifbondoebmom |
설명 | Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count! |
파일 크기 | 27.86 KB |
설치 횟수 | 231 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2023-08-26 |
출시 날짜 | 2023-08-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | mdpro |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TikSort - View Ranking for TikTok", "version": "1.0.4", "manifest_version": 3, "description": "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!", "icons": { "16": "assets\/logo-16-transparent-bg.png", "32": "assets\/logo-32-transparent-bg.png", "48": "assets\/logo-48-transparent-bg.png", "128": "assets\/logo-128-transparent-bg.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/www.tiktok.com\/*" ], "js": [ "contentScript\/contentScriptTS.js" ], "css": [ "contentScript\/contentScriptTS.css" ] } ], "web_accessible_resources": [ { "resources": [ "popup\/popupTS.html", "contentScript\/fetchMonkeyPatchTS.js" ], "matches": [ "*:\/\/www.tiktok.com\/*" ] }, { "resources": [ "popup\/tiktok-logo.png" ], "matches": [ "*:\/\/www.tiktok.com\/*" ] } ], "action": { "default_popup": "popup\/popupTS.html" }, "host_permissions": [ " |