WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Instagram Scraper: Export Posts, Reels, Users & more

Instagram Scraper: Export Posts, Reels, Users & more

View on Chrome Web Store
3.9 (8 ratings)
2 new ratings
1 views
0 downloads

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Scrape Posts, Comments, Followers, and more from Instagram, with options to export in formats such as CSV, Excel, JSON, and others.
Type
Extension
Users
790 users
5
Website nifty.codes
nifty.codes
Published
Version 1.4.0
Manifest version
3
Updated
productivity/tools
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Instagram Scraper: Export Posts, Reels, Users & more",
    "version": "1.4.0",
    "description": "Scrape Posts, Comments, Followers, and more from Instagram, with options to export in formats such as CSV, Excel, JSON, and others.",
    "permissions": [
        "storage",
        "tabs",
        "downloads",
        "unlimitedStorage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js",
                "config.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fetchOverride.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.