ig export

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

What is ig export?

ig export is a Chrome extension developed by joahyi7, and its main feature is "A chrome extension to export IG followers,following to CSV formats".

Extension Screenshots

screenshot
screenshot

Download ig export Extension CRX File

Download ig export extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ig export ig export
ID ddaecgkckhmlkbkbkclfpopechmmbceo
Official URL https://chromewebstore.google.com/detail/ig-export/ddaecgkckhmlkbkbkclfpopechmmbceo
Description A chrome extension to export IG followers,following to CSV formats
File Size 2.97 MB
Installation Count 149
Current Version 1.6.0
Last Updated 2024-01-24
Publish Date 2023-05-29
Rating 5.00/5 Total 2 Ratings
Developer joahyi7
Email [email protected]
Payment Type free
Extension Website https://www.igtools.store
Help Page URL https://www.igtools.store
Privacy Policy Page URL https://amethyst-indigo-dd7.notion.site/Privacy-Policy-71f9fe0d73b84458a62db131c8c049e0
Supported Languages 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\/*"
    ]
}