IG Tracker - Track Instagram followers

This is an Instagram tracker that lets you to see insights on your Instagram profile, follow and unfollow easily.

IG Tracker - Track Instagram followersとは何ですか?

IG Tracker - Track Instagram followersはThomas H. Coxによって開発されたChromeの拡張機能で、その主な機能は「This is an Instagram tracker that lets you to see insights on your Instagram profile, follow and unfollow easily.」です。

拡張機能のスクリーンショット

screenshot

IG Tracker - Track Instagram followers拡張機能のCRXファイルをダウンロード

IG Tracker - Track Instagram followers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        IG Tracker is your go-to tool for checking, tracking, and analyzing your Instagram audience. Identify and analyze users who don't follow you back, discover lost followers, and stay updated on recent unfollowings. The latest update, v1.0.0, introduces support for tracking lost followings—people you've recently unfollowed—and addresses various issues.

Features
✓ Don't follow me back - Identify people who don't follow you back
✓ I don't follow back - Track people you don't follow back
✓ Mutual friends - Discover users who follow you and whom you follow back
✓ Lost followers - Find users who recently unfollowed you
✓ New followers - See who recently followed you
✓ Lost followings - Track people you've recently unfollowed
✓ New followings - Monitor people you've recently followed

FAQ
For assistance, contact us at [email protected].

Data Privacy
Rest assured, all data is processed locally on your computer and never passes through our servers. No password required.

Statement
IG Tracker is not affiliated with or endorsed by Instagram, LLC. It is an independent tool designed for analyzing Instagram followers and unfollowers, respecting user privacy."                    

拡張機能の基本情報

名前 IG Tracker - Track Instagram followers IG Tracker - Track Instagram followers
ID emcfnlhjecndcpngghmicjaphcfmllha
公式URL https://chromewebstore.google.com/detail/ig-tracker-track-instagra/emcfnlhjecndcpngghmicjaphcfmllha
説明 This is an Instagram tracker that lets you to see insights on your Instagram profile, follow and unfollow easily.
ファイルサイズ 617 KB
インストール数 42
現在のバージョン 1.0.0
最終更新日 2023-11-13
公開日 2023-11-12
開発者 Thomas H. Cox
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Tracker - Track Instagram followers",
    "version": "1.0.0",
    "description": "This is an Instagram tracker that lets you to see insights on your Instagram profile, follow and unfollow easily.",
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "128": "imgs\/logo_128.png",
        "16": "imgs\/logo_16.png",
        "32": "imgs\/logo_32.png",
        "48": "imgs\/logo_48.png"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "dist\/popup.html"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "manifest_version": 3
}