TikSort - View Ranking for TikTok

Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!

TikSort - View Ranking for TikTokคืออะไร?

TikSort - View Ranking for TikTok เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mdpro และคุณลักษณะหลักของมันคือ "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikSort - View Ranking for TikTok

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

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

                        Discover the hottest TikTok videos with TikSort, the ultimate sorting TikTok app ! Effortlessly organize TikTok profile videos by view count!

100% free
No adds
... forever

Made with love <3                    

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

ชื่อ TikSort - View Ranking for TikTok TikSort - View Ranking for TikTok
ID gpjkpneknachmpioelhlifbondoebmom
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiksort-view-ranking-for/gpjkpneknachmpioelhlifbondoebmom
คำอธิบาย Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!
ขนาดไฟล์ 27.86 KB
จำนวนการติดตั้ง 231
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-08-26
วันที่เผยแพร่ 2023-08-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา mdpro
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TikSort - View Ranking for TikTok",
    "version": "1.0.4",
    "manifest_version": 3,
    "description": "Discover the hottest TikTok videos with TikSort ! Effortlessly organize TikTok profile videos by view count!",
    "icons": {
        "16": "assets\/logo-16-transparent-bg.png",
        "32": "assets\/logo-32-transparent-bg.png",
        "48": "assets\/logo-48-transparent-bg.png",
        "128": "assets\/logo-128-transparent-bg.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ],
            "js": [
                "contentScript\/contentScriptTS.js"
            ],
            "css": [
                "contentScript\/contentScriptTS.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/popupTS.html",
                "contentScript\/fetchMonkeyPatchTS.js"
            ],
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ]
        },
        {
            "resources": [
                "popup\/tiktok-logo.png"
            ],
            "matches": [
                "*:\/\/www.tiktok.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup\/popupTS.html"
    },
    "host_permissions": [
        ""
    ]
}