InsTF - Instagram follower tracker

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

Qu'est-ce que InsTF - Instagram follower tracker ?

InsTF - Instagram follower tracker est une extension Chrome développée par https://www.listmore.info, et sa fonction principale est "Unfollow ghost folower, analysis your followers to find who is not following back".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension InsTF - Instagram follower tracker

Téléchargez les fichiers d'extension InsTF - Instagram follower tracker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom InsTF - Instagram follower tracker InsTF - Instagram follower tracker
ID deppcpikimfefmjmdpalknbdfmhdlein
URL Officiel https://chromewebstore.google.com/detail/instf-instagram-follower/deppcpikimfefmjmdpalknbdfmhdlein
Description Unfollow ghost folower, analysis your followers to find who is not following back
Taille du Fichier 896 KB
Nombre d'Installations 10,419
Version Actuelle 2.2.9
Dernière Mise à Jour 2024-01-25
Date de Publication 2021-12-23
Évaluation 4.62/5 Total 63 Évaluations
Développeur https://www.listmore.info
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.listmore.info/
URL de la Page de Politique de Confidentialité https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
Langues Prises en Charge 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'"
    }
}