Unfollower Tracker for IG

Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!

Unfollower Tracker for IG란 무엇입니까?

Unfollower Tracker for IG은(는) BeSocialTools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!"입니다.

확장 프로그램 스크린샷

screenshot

Unfollower Tracker for IG 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        🌟 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].                    

확장 프로그램 기본 정보

이름 Unfollower Tracker for IG Unfollower Tracker for IG
ID coimhafkimmplkidfmhelnlkjpihopnk
공식 URL https://chromewebstore.google.com/detail/unfollower-tracker-for-ig/coimhafkimmplkidfmhelnlkjpihopnk
설명 Optimize your IG with Unfollower Tracker for IG: Track unfollowers, manage followers, and boost engagement effortlessly!
파일 크기 816 KB
설치 횟수 1,000
현재 버전 1.1.1
최근 업데이트 2023-12-21
출시 날짜 2023-12-13
평점 4.00/5 총 1 개의 평점
개발자 BeSocialTools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://besocial.top/unfollower-tracker/
개인정보 보호 정책 페이지 URL https://besocial.top/besocial/privacy-policy.html
지원되는 언어 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"
    ]
}