Sort User's Most Popular Followers On TikTok

Ever wondered who the most popular followers of a TikTok user are? This powerful Chrome extension does just that - it analyzes a…

Sort User's Most Popular Followers On TikTok란 무엇입니까?

Sort User's Most Popular Followers On TikTok은(는) tiktoksoundscroller에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Ever wondered who the most popular followers of a TikTok user are? This powerful Chrome extension does just that - it analyzes a…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Sort User's Most Popular Followers On TikTok 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Ever wondered who the most popular followers of a TikTok user are? This powerful Chrome extension does just that - it analyzes a TikTok user's followers and generates a list of the most popular user's followers.

Whether you're a content creator, marketer, or simply curious to discover your most influential followers on TikTok, this extension provides valuable insights for optimizing your network and engaging with key followers.

Features:
- Effortless Analysis: Automatically scan through a user's followers list.
- Identify Top Influencers: Discover and compile a list of the most popular followers.

Subscription Model: Use the extension by subscribing

Version 1.6 Update:
New input for downloading results while the process is running                    

확장 프로그램 기본 정보

이름 Sort User's Most Popular Followers On TikTok Sort User's Most Popular Followers On TikTok
ID hihnpdalinhlinodkkbclagdooofbmoc
공식 URL https://chromewebstore.google.com/detail/sort-users-most-popular-f/hihnpdalinhlinodkkbclagdooofbmoc
설명 Ever wondered who the most popular followers of a TikTok user are? This powerful Chrome extension does just that - it analyzes a…
파일 크기 72.68 KB
설치 횟수 46
현재 버전 1.6
최근 업데이트 2024-01-24
출시 날짜 2023-12-22
개발자 tiktoksoundscroller
이메일 [email protected]
결제 유형 in_app
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Sort User's Most Popular Followers On TikTok",
    "version": "1.6",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.tiktok.com\/@*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}