Sort TikTok

Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.

Sort TikTok là gì?

Sort TikTok là một tiện ích mở rộng Chrome được phát triển bởi https://ovszon.com, và tính năng chính của nó là "Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Sort TikTok

Tải xuống các tệp mở rộng Sort 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

                        TikTok videos sort by most viewed, most liked, commented, oldest, newest and Sort accounts by followers.

Very easy to use just install and chose your sort by option then do search or visit TikTok profile and extension will auto sort your videos.

NOTE: it is now beta test mode it may become paid extension near feature.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Sort TikTok Sort TikTok
ID bmljpagafjlkebnopbdncpnifkknlobk
URL Chính Thức https://chromewebstore.google.com/detail/sort-tiktok/bmljpagafjlkebnopbdncpnifkknlobk
Mô tả Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.
Kích Thước Tệp 89.98 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2023-08-22
Ngày Phát Hành 2023-08-22
Đánh Giá 4.45/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://ovszon.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://ovszon.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "icon.png"
    },
    "author": "Abhijit Kumar Biswas",
    "homepage_url": "https:\/\/www.ovszon.com",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*"
    ]
}