ig export

A chrome extension to export IG followers,following to CSV formats

Qu'est-ce que ig export ?

ig export est une extension Chrome développée par joahyi7, et sa fonction principale est "A chrome extension to export IG followers,following to CSV formats".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ig export

Téléchargez les fichiers d'extension ig export 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

                        Export Instagram Followers/Following List to Excel
IG Export can help you export Instagram followers or following list to a  CSV file.

🖖  KEY FEATURES:

Export millions of  records in minutes.

🔎  HOW DOES IT WORK:

Using Instagram's official API to export data.
Free user can export the first 1000 records.
Paid user can export without limits.

🔒  USAGE POLICY

No password required. 
All the data you export is processed locally, so no one knows what you exported.                    

Informations de Base sur l'Extension

Nom ig export ig export
ID ddaecgkckhmlkbkbkclfpopechmmbceo
URL Officiel https://chromewebstore.google.com/detail/ig-export/ddaecgkckhmlkbkbkclfpopechmmbceo
Description A chrome extension to export IG followers,following to CSV formats
Taille du Fichier 2.97 MB
Nombre d'Installations 149
Version Actuelle 1.6.0
Dernière Mise à Jour 2024-01-24
Date de Publication 2023-05-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur joahyi7
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.igtools.store
URL de la Page d'Aide https://www.igtools.store
URL de la Page de Politique de Confidentialité https://amethyst-indigo-dd7.notion.site/Privacy-Policy-71f9fe0d73b84458a62db131c8c049e0
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ig export",
    "version": "1.6.0",
    "description": "A chrome extension to export IG followers,following to CSV formats",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentStyle.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": []
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.igtools.store\/*",
        "https:\/\/buy.igtools.store\/*"
    ]
}