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
Eメール [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"
            ]
        }
    ]
}