InsExport - Ins Follower Export Tool

A chrome extension made for people who want to export followers and following from Instagram into csv.

InsExport - Ins Follower Export Tool क्या है?

InsExport - Ins Follower Export Tool https://savemydayapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A chrome extension made for people who want to export followers and following from Instagram into csv."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में InsExport - Ins Follower Export Tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A clever helper tools for instagram, one click to export followers to CSV, copy instagram followers,export followers,instagram user list to CSV very easily.

Best Instagram tool that exports Instagram followers or followings to CSV and instagram user list to CSV with one click.


How does it work?

1. Enter an Instagram username

2. Select the export type (follower or following instagram user list)

3. Click the Export button



Data privacy

All the data is processed only on your local computer, it never passes through our web servers, no one knows what others export.

# Statement
INSTAGRAM is a trademark of Instagram, LLC. InsExport is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its or any of its affiliates or subsidiaries.                    

एक्सटेंशन की मूल जानकारी

नाम InsExport - Ins Follower Export Tool InsExport - Ins Follower Export Tool
ID okmokimdgjhndamggnkdojhbofdmepno
आधिकारिक URL https://chromewebstore.google.com/detail/insexport-ins-follower-ex/okmokimdgjhndamggnkdojhbofdmepno
विवरण A chrome extension made for people who want to export followers and following from Instagram into csv.
फ़ाइल का आकार 456 KB
स्थापना संख्या 10,000
वर्तमान संस्करण 2.2.1
अंतिम अपडेट 2022-10-19
प्रकाशन तिथि 2021-05-05
रेटिंग 3.51/5 कुल 51 रेटिंग्स
डेवलपर https://savemydayapp.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://savemydayapp.com/project/instagram-follower-export/
सहायता पृष्ठ URL https://savemydayapp.com/terms-of-service/
गोपनीयता नीति पृष्ठ URL https://savemydayapp.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "\/popup\/index.html"
    },
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "name": "InsExport - Ins Follower Export Tool",
    "description": "A chrome extension made for people who want to export followers and following from Instagram into csv.",
    "version": "2.2.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs1KkA52w7Oc2J8Jhi7jf4yl3M6ywVj5fA4jLDM6+4GVrx6B6Q0n\/sIJmRgnHve+NDdzVI2su+v0s0907Y3r10ZcwPHVaJVGUUWhNZeMc5dhLMh5\/JOoYrTS5h\/eroHvjwca0qIupKEcdtGzniaKLxeL91VyabCSzkgJJh5+BHYeJNUueQpEbWYbJwFWCkfQpZwzG5thGRwa\/cf0cK3r17JMHxJJsJ0P1HTmLyXQILsWceevon1XP7+p8OJkJ9AWhotmnDBH121x9Ug\/RIdqo\/eBVp+hBzEOwPCPZMAJHgX\/poA3PklCr3tl2yzQA2kT6ccq23\/FQZvcP6PuBbqzqKQIDAQAB",
    "oauth2": {
        "client_id": "695891906885-mjb19vbpj9kibbtm5lalth50ptv5mnpe.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ]
}