Unfollower Tracker for IG
Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!
What is Unfollower Tracker for IG?
Unfollower Tracker for IG is a Chrome extension developed by BeSocialTools, and its main feature is "Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!".
Extension Screenshots
Download Unfollower Tracker for IG Extension CRX File
Download Unfollower Tracker for IG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🌟 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].
Extension Basic Information
Name | Unfollower Tracker for IG |
ID | coimhafkimmplkidfmhelnlkjpihopnk |
Official URL | https://chromewebstore.google.com/detail/unfollower-tracker-for-ig/coimhafkimmplkidfmhelnlkjpihopnk |
Description | Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly! |
File Size | 816 KB |
Installation Count | 1,000 |
Current Version | 1.1.1 |
Last Updated | 2023-12-21 |
Publish Date | 2023-12-13 |
Rating | 4.00/5 Total 1 Ratings |
Developer | BeSocialTools |
[email protected] | |
Payment Type | free |
Extension Website | https://besocial.top/unfollower-tracker/ |
Privacy Policy Page URL | https://besocial.top/besocial/privacy-policy.html |
Supported Languages | 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" ] } |