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
官方網址 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"
            ]
        }
    ]
}