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…”。
扩展截图
下载Sort User's Most Popular Followers On TikTok扩展crx文件
下载Sort User's Most Popular Followers On TikTok扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |