InsTF - Instagram follower tracker
Unfollow ghost folower, analysis your followers to find who is not following back
Wat is InsTF - Instagram follower tracker?
InsTF - Instagram follower tracker is een Chrome-extensie ontwikkeld door https://www.listmore.info, en de belangrijkste functie is "Unfollow ghost folower, analysis your followers to find who is not following back".
Extensie Screenshots
Download het CRX-bestand van de extensie InsTF - Instagram follower tracker
Download InsTF - Instagram follower tracker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | InsTF - Instagram follower tracker |
ID | deppcpikimfefmjmdpalknbdfmhdlein |
Officiële URL | https://chromewebstore.google.com/detail/instf-instagram-follower/deppcpikimfefmjmdpalknbdfmhdlein |
Beschrijving | Unfollow ghost folower, analysis your followers to find who is not following back |
Bestandsgrootte | 896 KB |
Aantal Installaties | 10,419 |
Huidige Versie | 2.2.9 |
Laatst Bijgewerkt | 2024-01-25 |
Publicatiedatum | 2021-12-23 |
Beoordeling | 4.62/5 Totaal 63 Beoordelingen |
Ontwikkelaar | https://www.listmore.info |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.listmore.info/ |
URL van de Privacybeleid Pagina | https://listmore.notion.site/Privacy-Policy-1b8454dbdaa54b4590b3b8988b4c2e08 |
Ondersteunde Talen | 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'" } } |