Tiktok user videos sort

Free tiktok user videos sort

什么是Tiktok user videos sort?

Tiktok user videos sort是由Tiktok videos sort开发的Chrome扩展程序,该扩展的主要功能是“Free tiktok user videos sort”。

扩展截图

screenshot

下载Tiktok user videos sort扩展crx文件

下载Tiktok user videos sort扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Tiktok user videos sort Tiktok user videos sort
ID ifhjccbncjhdefmjjkanlcaphnfdjold
官方URL https://chromewebstore.google.com/detail/tiktok-user-videos-sort/ifhjccbncjhdefmjjkanlcaphnfdjold
简介 Free tiktok user videos sort
文件大小 30.77 KB
安装次数 34
当前版本 1.0.0
更新时间 2022-10-09
上架时间 2022-10-08
评分 5.00/5 共1次评分
开发者 Tiktok videos sort
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}