Sort for TikTok

Sort videos of TikTok users by the most viewed.

Sort for TikTokとは何ですか?

Sort for TikTokはHoyt Emardによって開発されたChromeの拡張機能で、その主な機能は「Sort videos of TikTok users by the most viewed.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Sort for TikTok拡張機能のCRXファイルをダウンロード

Sort for TikTok拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Update version 1.2.3 - Add feature automation post video the most viewed to facebook.

Sort videos of TikTok users by the most viewed.
Sort for TikTok is a free Chrome extension to sort user videos by the most viewed.

♡ 100% free and no ads
♡ No permissions required
♡ No traffic analyzers
♡ No change the search engine

In order to protect your account, we recommend always using the extension without signing in to TikTok.

How it works:
1. Go to any user's profile.
2. Open the extension.
3. Press start.                    

拡張機能の基本情報

名前 Sort for TikTok Sort for TikTok
ID piiiffonpmeolocfghlpeolmdabhiemi
公式URL https://chromewebstore.google.com/detail/sort-for-tiktok/piiiffonpmeolocfghlpeolmdabhiemi
説明 Sort videos of TikTok users by the most viewed.
ファイルサイズ 73.36 KB
インストール数 71,024
現在のバージョン 1.2.8
最終更新日 2023-11-19
公開日 2021-02-13
評価 4.38/5 合計 72 レビュー
開発者 Hoyt Emard
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.patreon.com/sortfortiktok
プライバシーポリシーページのURL https://sites.google.com/view/policy-2023/home
対応言語 en,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sort for TikTok",
    "version": "1.2.8",
    "default_locale": "en",
    "description": "Sort videos of TikTok users by the most viewed.",
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icons\/icon_128.png"
    },
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/index.tsx-loader.396da74c.js"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*",
                "*:\/\/*.facebook.com\/*"
            ],
            "css": [
                "assets\/index.0cf327b6.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "https:\/\/www.tiktok.com\/",
        "*:\/\/*.facebook.com\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/*"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "https:\/\/www.tiktok.com\/*"
            ],
            "resources": [
                "assets\/scroll.a0a60b9e.js",
                "assets\/index.tsx.2a480e42.js"
            ],
            "use_dynamic_url": true
        }
    ]
}