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…
Wat is Sort User's Most Popular Followers On TikTok?
Sort User's Most Popular Followers On TikTok is een Chrome-extensie ontwikkeld door tiktoksoundscroller, en de belangrijkste functie is "Ever wondered who the most popular followers of a TikTok user are? This powerful Chrome extension does just that - it analyzes a…".
Extensie Screenshots
Download het CRX-bestand van de extensie Sort User's Most Popular Followers On TikTok
Download Sort User's Most Popular Followers On TikTok-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | hihnpdalinhlinodkkbclagdooofbmoc |
| Officiële URL | https://chromewebstore.google.com/detail/sort-users-most-popular-f/hihnpdalinhlinodkkbclagdooofbmoc |
| Beschrijving | Ever wondered who the most popular followers of a TikTok user are? This powerful Chrome extension does just that - it analyzes a… |
| Bestandsgrootte | 72.68 KB |
| Aantal Installaties | 46 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2024-01-24 |
| Publicatiedatum | 2023-12-22 |
| Ontwikkelaar | tiktoksoundscroller |
| [email protected] | |
| Betalingswijze | in_app |
| Ondersteunde Talen | 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"
]
}
]
} | |