InsTF - Instagram follower tracker

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

O que é InsTF - Instagram follower tracker?

InsTF - Instagram follower tracker é uma extensão do Chrome desenvolvida por https://www.listmore.info, e sua principal característica é "Unfollow ghost folower, analysis your followers to find who is not following back".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão InsTF - Instagram follower tracker

Baixe arquivos de extensão InsTF - Instagram follower tracker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome InsTF - Instagram follower tracker InsTF - Instagram follower tracker
ID deppcpikimfefmjmdpalknbdfmhdlein
URL Oficial https://chromewebstore.google.com/detail/instf-instagram-follower/deppcpikimfefmjmdpalknbdfmhdlein
Descrição Unfollow ghost folower, analysis your followers to find who is not following back
Tamanho do Arquivo 896 KB
Contagem de Instalações 10,419
Versão Atual 2.2.9
Última Atualização 2024-01-25
Data de Publicação 2021-12-23
Classificação 4.62/5 Total de 63 Avaliações
Desenvolvedor https://www.listmore.info
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.listmore.info/
URL da Página de Política de Privacidade https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08
Idiomas Suportados 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'"
    }
}