IG Lister
Export IG followers and following accounts to Excel CSV format.
Qu'est-ce que IG Lister ?
IG Lister est une extension Chrome développée par hi.oleksiv, et sa fonction principale est "Export IG followers and following accounts to Excel CSV format.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IG Lister
Téléchargez les fichiers d'extension IG Lister 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
Introducing IG Lister - a tool that allows you to effortlessly extract Instagram accounts into Excel or CSV format with just one click, completely free of charge. There are no hidden fees or costs involved.
Informations de Base sur l'Extension
Nom | IG Lister |
ID | ahiilniigddflhdiobbhgichnecpldlk |
URL Officiel | https://chromewebstore.google.com/detail/ig-lister/ahiilniigddflhdiobbhgichnecpldlk |
Description | Export IG followers and following accounts to Excel CSV format. |
Taille du Fichier | 179 KB |
Nombre d'Installations | 24 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-11-29 |
Date de Publication | 2022-11-04 |
Développeur | hi.oleksiv |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.iglister.com/ |
URL de la Page de Politique de Confidentialité | https://www.iglister.com/privacy-policy |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IG Lister", "description": "Export IG followers and following accounts to Excel CSV format.", "version": "1.5", "manifest_version": 3, "host_permissions": [ "https:\/\/i.instagram.com\/*", "https:\/\/www.instagram.com\/*" ], "action": [], "background": { "service_worker": "background.js" }, "permissions": [], "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |