IGExporter - IG Follower Export Tool

One click to export Instagram Followers and Following to Excel in CSV for analysis.

Was ist IGExporter - IG Follower Export Tool?

IGExporter - IG Follower Export Tool ist eine Chrome-Erweiterung, die von ToolMagic entwickelt wurde, und ihr Hauptmerkmal ist "One click to export Instagram Followers and Following to Excel in CSV for analysis.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

IGExporter - IG Follower Export Tool-Erweiterungs-CRX-Datei herunterladen

Laden Sie IGExporter - IG Follower Export Tool-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        IGExporter is a powerful Instagram follower export tool that helps you export your followers and following list to a CSV file. The tool can also extract email addresses and phone numbers (if available) from your Instagram followers, allowing you to identify potential leads, tailor your marketing campaigns, and gain deeper insights into your audience.

Features:
- Export UNLIMITED followers or following
- Extract email and phone number if available
- Save as CSV / Excel
- Export followers or following from multiple users at the same time

What type of data can you export?
- User ID
- Username
- Full Name
- Follow by You
- Followers
- Following
- Posts
- Email
- Phone
- Is Verified
- Is Private
- Is Business
- Biography
- User Homepage
- Avatar URL

How to use IGExporter?
To use our IG follower export tool, simply add our extension to browser and create an account. Once you have signed in, you can input the IG username whose followers you want to export and click the "Export" button. Your followers data will be exported to a CSV or Excel file, which you can then download to your computer.

Note:
- To protect your primary Instagram account from temporary restrictions, we highly recommend creating a separate account specifically for data exports. By keeping your data export activities separate from your main account, you can significantly reduce the chances of encountering any interruptions to your regular Instagram usage.
- IGExporter follows a freemium model, enabling you to export up to 500 followers or following at no cost. If additional exports are required, consider upgrading to our premium version.

Data Privacy:
All data is processed on your local computer, never passing through our web servers. Your exports are confidential.

Frequently Asked Questions:
https://igexporter.toolmagic.app/#faqs
Feel free to contact us if you have any other questions.

Disclaimer:
IGExporter is a third-party extension designed to facilitate the export of Instagram follower and following lists, along with associated data, for enhanced analytics and management. This extension is not developed, endorsed, or officially affiliated with Instagram, Inc.                    

Grundlegende Informationen zur Erweiterung

Name IGExporter - IG Follower Export Tool IGExporter - IG Follower Export Tool
ID chmicphoaiifenjibjabgnhpilccfilo
Offizielle URL https://chromewebstore.google.com/detail/igexporter-ig-follower-ex/chmicphoaiifenjibjabgnhpilccfilo
Beschreibung One click to export Instagram Followers and Following to Excel in CSV for analysis.
Dateigröße 427 KB
Installationsanzahl 138
Aktuelle Version 0.1.4
Letztes Update 2024-02-22
Veröffentlichungsdatum 2023-12-05
Entwickler ToolMagic
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://igexporter.toolmagic.app
URL der Datenschutzrichtlinien-Seite https://igexporter.toolmagic.app/privacy
Unterstützte Sprachen id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_name__",
    "version": "0.1.4",
    "description": "__MSG_description__",
    "permissions": [
        "storage",
        "identity",
        "cookies",
        "unlimitedStorage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html"
    },
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/pages\/injected\/index.js",
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-48.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "oauth2": {
        "client_id": "1092594300214-kkn47a1lmqo2o9hp28a80fdcp88c6u5n.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}