Tiktok user videos sort

Free tiktok user videos sort

Tiktok user videos sort là gì?

Tiktok user videos sort là một tiện ích mở rộng Chrome được phát triển bởi Tiktok videos sort, và tính năng chính của nó là "Free tiktok user videos sort".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tiktok user videos sort

Tải xuống các tệp mở rộng Tiktok user videos sort 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 user videos Sort will always be free. Our mission is to provide users with tools that allow them to have a very ergonomic experience on tiktok, this extension allows you to sort users' tiktok videos for free, other functionality will be available according to your request.                    

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

Tên Tiktok user videos sort Tiktok user videos sort
ID ifhjccbncjhdefmjjkanlcaphnfdjold
URL Chính Thức https://chromewebstore.google.com/detail/tiktok-user-videos-sort/ifhjccbncjhdefmjjkanlcaphnfdjold
Mô tả Free tiktok user videos sort
Kích Thước Tệp 30.77 KB
Số Lần Cài Đặt 34
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-10-09
Ngày Phát Hành 2022-10-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Tiktok videos sort
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tiktok user videos sort",
    "version": "1.0.0",
    "action": {
        "default_icon": {
            "16": "images\/logo.png",
            "24": "images\/logo.png",
            "32": "images\/logo.png"
        },
        "default_title": "Tiktok video sort",
        "default_popup": "popup.html"
    },
    "description": "Free tiktok user videos sort",
    "icons": {
        "16": "images\/logo.png",
        "32": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.tiktok.com\/*"
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ]
}