InsTF - Instagram follower tracker

Unfollow ghost folower, analysis your followers to find who is not following back

Was ist InsTF - Instagram follower tracker?

InsTF - Instagram follower tracker ist eine Chrome-Erweiterung, die von https://www.listmore.info entwickelt wurde, und ihr Hauptmerkmal ist "Unfollow ghost folower, analysis your followers to find who is not following back".

Erweiterungsscreenshots

screenshot
screenshot

InsTF - Instagram follower tracker-Erweiterungs-CRX-Datei herunterladen

Laden Sie InsTF - Instagram follower tracker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Analysis your followers to find who is not following back.

Track your followers everyday to find the metrics below:
New followers
Lost followers
New followings
Mutual friends
I don't follow back
Don't follow me Back

No password required!                    

Grundlegende Informationen zur Erweiterung

Name InsTF - Instagram follower tracker InsTF - Instagram follower tracker
ID deppcpikimfefmjmdpalknbdfmhdlein
Offizielle URL https://chromewebstore.google.com/detail/instf-instagram-follower/deppcpikimfefmjmdpalknbdfmhdlein
Beschreibung Unfollow ghost folower, analysis your followers to find who is not following back
Dateigröße 896 KB
Installationsanzahl 10,419
Aktuelle Version 2.2.9
Letztes Update 2024-01-25
Veröffentlichungsdatum 2021-12-23
Bewertung 4.62/5 Insgesamt 63 Bewertungen
Entwickler https://www.listmore.info
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.listmore.info/
URL der Datenschutzrichtlinien-Seite https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "InsTF - Instagram follower tracker",
    "version": "2.2.9",
    "description": "Unfollow ghost folower, analysis your followers to find who is not following back",
    "action": {
        "default_icon": ".\/assets\/icon-128.png",
        "default_popup": ".\/dist\/popup\/index.html"
    },
    "options_ui": {
        "page": ".\/dist\/options\/index.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": ".\/dist\/background\/index.mjs"
    },
    "icons": {
        "16": ".\/assets\/icon-16.png",
        "48": ".\/assets\/icon-48.png",
        "128": ".\/assets\/icon-128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "cookies",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.listmore.info\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*?ext=T&cmd=export&uuid=*"
            ],
            "js": [
                "dist\/exportPanel\/index.global.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/exportPanel\/style.css",
                "assets\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}