Unfollower Tracker for IG
Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!
Wat is Unfollower Tracker for IG?
Unfollower Tracker for IG is een Chrome-extensie ontwikkeld door BeSocialTools, en de belangrijkste functie is "Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!".
Extensie Screenshots
Download het CRX-bestand van de extensie Unfollower Tracker for IG
Download Unfollower Tracker for IG-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
🌟 Unfollower Tracker for IG 🌟
Easily manage your Instagram connections! Discover who's not following you back, track new followers, and much more.
Key Features:
🚫 Don’t Follow Me Back - Identify users not reciprocating your follow.
➡️ You Don't Follow Back - Users you haven't followed back.
👥 Mutual - Mutual connections on Instagram.
🕵️ Recent Unfollowers - Recent unfollowers at a glance.
🔍 Full insight into followers & unfollowers.
✨ Bulk follow/unfollow functionality.
📈 Export data to Excel.
Data Privacy:
Your data stays on your computer - completely private and secure. No passwords needed, no data shared with third parties.
Support:
Questions? Contact us at [email protected]. Basisinformatie over de Extensie
| Naam | |
| ID | coimhafkimmplkidfmhelnlkjpihopnk |
| Officiële URL | https://chromewebstore.google.com/detail/unfollower-tracker-for-ig/coimhafkimmplkidfmhelnlkjpihopnk |
| Beschrijving | Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly! |
| Bestandsgrootte | 816 KB |
| Aantal Installaties | 1,000 |
| Huidige Versie | 1.1.1 |
| Laatst Bijgewerkt | 2023-12-21 |
| Publicatiedatum | 2023-12-13 |
| Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | BeSocialTools |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://besocial.top/unfollower-tracker/ |
| URL van de Privacybeleid Pagina | https://besocial.top/besocial/privacy-policy.html |
| Ondersteunde Talen | de,en,fr,es,it,pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_chrome_extension_name__",
"description": "__MSG_chrome_extension_description__",
"version": "1.1.1",
"manifest_version": 3,
"icons": {
"48": "icons\/icon_48.png",
"128": "icons\/icon_128.png"
},
"default_locale": "en",
"action": {
"default_title": "Unfollower tracker",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "background.js"
},
"host_permissions": [
"*:\/\/*.instagram.com\/*",
"https:\/\/*.cdninstagram.com\/*",
"https:\/\/*.fbcdn.net\/*",
"https:\/\/besocial.top\/"
],
"permissions": [
"storage"
]
} | |