Tiktok user videos sort

Free tiktok user videos sort

What is Tiktok user videos sort?

Tiktok user videos sort is a Chrome extension developed by Tiktok videos sort, and its main feature is "Free tiktok user videos sort".

Extension Screenshots

screenshot

Download Tiktok user videos sort Extension CRX File

Download Tiktok user videos sort extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Tiktok user videos sort Tiktok user videos sort
ID ifhjccbncjhdefmjjkanlcaphnfdjold
Official URL https://chromewebstore.google.com/detail/tiktok-user-videos-sort/ifhjccbncjhdefmjjkanlcaphnfdjold
Description Free tiktok user videos sort
File Size 30.77 KB
Installation Count 34
Current Version 1.0.0
Last Updated 2022-10-09
Publish Date 2022-10-08
Rating 5.00/5 Total 1 Ratings
Developer Tiktok videos sort
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}