Sort TikTok

Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.

Sort TikTokคืออะไร?

Sort TikTok เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ovszon.com และคุณลักษณะหลักของมันคือ "Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sort TikTok

ดาวน์โหลดไฟล์ส่วนขยาย Sort TikTok ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        TikTok videos sort by most viewed, most liked, commented, oldest, newest and Sort accounts by followers.

Very easy to use just install and chose your sort by option then do search or visit TikTok profile and extension will auto sort your videos.

NOTE: it is now beta test mode it may become paid extension near feature.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Sort TikTok Sort TikTok
ID bmljpagafjlkebnopbdncpnifkknlobk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sort-tiktok/bmljpagafjlkebnopbdncpnifkknlobk
คำอธิบาย Sort TikTok videos by most viewed, likes, comments, oldest, newest and Sort accounts by followers.
ขนาดไฟล์ 89.98 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2023-08-22
วันที่เผยแพร่ 2023-08-22
คะแนน 4.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://ovszon.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://ovszon.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "icon.png"
    },
    "author": "Abhijit Kumar Biswas",
    "homepage_url": "https:\/\/www.ovszon.com",
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.tiktok.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*"
    ]
}