TikTok Analytics & Sort Video by Engagement

Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats.

TikTok Analytics & Sort Video by Engagementคืออะไร?

TikTok Analytics & Sort Video by Engagement เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Castillo Richard และคุณลักษณะหลักของมันคือ "Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikTok Analytics & Sort Video by Engagement

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

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

                        Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats.
The best TikTok analysis tool for marketers and creators!

Feature:
● View all video stats like total video views, total likes,total shares on the profile
● Sort videos of TikTok users by most view and engagement stats(comments, likes, shares)
● Easy download videos

How to Use?
● Pin the extension to the toolbar
● Go to any TikTok user's profile, then you can view the video stats
● Open the extension in chrome toolbar 
● Click the "Start to Analyze" button
● Select the provided data to sort videos
● Easily download the videos

Perfect for
● Find Video Inspiration for TikTok Creators
● Video Analysis or Content Optimization for Marketer
● Analyze Competitor's for E-commerce and Advertising Agencies

Important
Safety & Privacy Policy:The extension doesn't read, collect or share any type of user information.

This lightweight and user-friendly TikTok Analytics & Sort Video by Engagement is the best tool for boosting your creative inspiration or business.                    

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

ชื่อ TikTok Analytics & Sort Video by Engagement TikTok Analytics & Sort Video by Engagement
ID bnjgeaohcnpcianfippccjdpiejgdfgj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tiktok-analytics-sort-vid/bnjgeaohcnpcianfippccjdpiejgdfgj
คำอธิบาย Easily analyze TikTok user data. Sort videos of TikTok users by engagement stats.
ขนาดไฟล์ 985 KB
จำนวนการติดตั้ง 919
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-08-17
วันที่เผยแพร่ 2023-08-01
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Castillo Richard
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://denote.net/privacy
ภาษาที่รองรับ de,en,en-GB,en-US,fil,fr,nl,vi,ca,da,et,es,es-419,it,pl,pt-BR,pt-PT,fi,bg,ru,fa,gu,kn-IN,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "32": "\/assets\/images\/icon_logo.png"
        },
        "default_popup": "popup\/index.html",
        "default_title": "Open a tiktok profile to turn on"
    },
    "background": {
        "service_worker": "background\/index.js"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/inject.css"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/moment-min.js",
                "content-script\/index.js"
            ],
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "__MSG_description__",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.tiktok.com\/@*"
        ]
    },
    "host_permissions": [
        "*:\/\/*.tiktok.com\/*",
        "*:\/\/api19-core-useast5.us.tiktokv.com\/*"
    ],
    "icons": {
        "128": "\/assets\/images\/logo_128.png",
        "16": "\/assets\/images\/logo_128.png",
        "32": "\/assets\/images\/logo_128.png",
        "48": "\/assets\/images\/logo_128.png"
    },
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "permissions": [
        "downloads",
        "storage",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/*"
            ],
            "resources": [
                "assets\/images\/logo_128.png",
                "assets\/js\/*"
            ]
        }
    ]
}