TrackFox - IG Followers & Unfollower Tracker

IG Track, The Instagram Tracker to find out ghost followers, mass unfollowers easily!

TrackFox - IG Followers & Unfollower Trackerคืออะไร?

TrackFox - IG Followers & Unfollower Tracker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://igtracker.extensionsfox.com และคุณลักษณะหลักของมันคือ "IG Track, The Instagram Tracker to find out ghost followers, mass unfollowers easily!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TrackFox - IG Followers & Unfollower Tracker

ดาวน์โหลดไฟล์ส่วนขยาย TrackFox - IG Followers & Unfollower Tracker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get deep insights and complete reports about your Instagram profiles. Unfollow ghost followers, analysis your followers to find who is not following back, and batch unfollow all lost followers.

You will find the information about:
✓ Not following me back - People who don't follow you back on Instagram
✓ I'm not following back - People you do not follow back on Instagram
✓ Mutual following - People you follow, and they also follow you back
✓ Lost followers - People who unfollowed you recently
✓ New followers - People who have followed you recently

Get the most accurate and powerful Instagram analytics tool now!
No Email and Password are required!

# UPGRADE
✓ one click to Remove follower

#FEATURES
✓ Not following me back
✓ I'm not following back
✓ Mutual friends
✓ Lost followers
✓ New followers
✓ Persistent data storage when switching Instagram accounts
✓ Recent 30-day Trend Charts for Lost followers, New followers, Total followers, and Total following
✓ Batch follow and Batch unfollow feature
✓ Random Interval range ensures your account safety

# FAQ
https://igtracker.extensionsfox.com/#faq
If you have any questions, please keep in touch via [email protected].

#DATA PRIVACY
All data is processed in your local computer, never passing through our web server, and no one knows what you exported.

#STATEMENT
INSTAGRAM is a trademark of Instagram, LLC. IGTracker is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TrackFox - IG Followers & Unfollower Tracker TrackFox - IG Followers & Unfollower Tracker
ID mpcdemfgjeeojcjknijpgigdkdokjfdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trackfox-ig-followers-unf/mpcdemfgjeeojcjknijpgigdkdokjfdk
คำอธิบาย IG Track, The Instagram Tracker to find out ghost followers, mass unfollowers easily!
ขนาดไฟล์ 969 KB
จำนวนการติดตั้ง 2,206
เวอร์ชันปัจจุบัน 1.2.1
อัปเดตครั้งล่าสุด 2024-02-09
วันที่เผยแพร่ 2022-12-14
คะแนน 2.45/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา https://igtracker.extensionsfox.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://igtracker.extensionsfox.com/
URL หน้านโยบายความเป็นส่วนตัว https://igemailscraper.extensionsfox.com/privacy
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.2.1",
    "homepage_url": "https:\/\/igtracker.extensionsfox.com\/",
    "action": {
        "default_icon": ".\/assets\/icon-512.png"
    },
    "icons": {
        "16": ".\/assets\/icon-512.png",
        "48": ".\/assets\/icon-512.png",
        "128": ".\/assets\/icon-512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/dist\/contentScripts\/index.global.js"
            ],
            "css": [
                ".\/dist\/contentScripts\/style.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/contentScripts\/style.css",
                "assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}