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 là gì?
TikSort - View Ranking for TikTok là một tiện ích mở rộng Chrome được phát triển bởi mdpro, và tính năng chính của nó là "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TikSort - View Ranking for TikTok
Tải xuống các tệp mở rộng TikSort - View Ranking for TikTok dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TikSort - View Ranking for TikTok |
ID | gpjkpneknachmpioelhlifbondoebmom |
URL Chính Thức | https://chromewebstore.google.com/detail/tiksort-view-ranking-for/gpjkpneknachmpioelhlifbondoebmom |
Mô tả | Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count! |
Kích Thước Tệp | 27.86 KB |
Số Lần Cài Đặt | 231 |
Phiên Bản Hiện Tại | 1.0.4 |
Cập Nhật Lần Cuối | 2023-08-26 |
Ngày Phát Hành | 2023-08-12 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | mdpro |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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": [ " |