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 - это расширение Chrome, разработанное tiktoksoundscroller, и его основная функция - "Ever wondered who the most popular followers of a TikTok user are? This powerful Chrome extension does just that - it analyzes a…".
Снимки экрана расширения
Скачать файл CRX расширения Sort User's Most Popular Followers On TikTok
Скачайте файлы расширений 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"
]
}
]
} | |