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 |
| Eメール | [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"
]
}
]
} | |