IGFollowerExport - Extract follower info

A simple tool to export Instagram follower and following.

IGFollowerExport - Extract follower info란 무엇입니까?

IGFollowerExport - Extract follower info은(는) Ez4Studio에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A simple tool to export Instagram follower and following."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

IGFollowerExport - Extract follower info 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A smart tools for Instagram, one click to export followers to CSV, export Instagram following list to CSV very easily.

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

Use this tool to find Instagram unfollowed user, ghost user or make a user picker, you can export userid, username, biography, email, phone number, follower count, following count, tags count and many more fields.

How it work?

1. Enter an Instagram username
2. Select the export type (follower or following user list)
3. Click the Export button

What columns you can export?

#User ID
#Username
#Full Name
#Follow by you
#Is verified
#Profile URL
#Avatar URL
#Biography
#Posts
#Followers
#Followings
#Tags
#Email
#Phone number
#Is Private
#Is Business
#External URL
#Category
#Zip
#Latitude
#Longitude

Data privacy

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

Questions? Drop us a line at [email protected]                    

확장 프로그램 기본 정보

이름 IGFollowerExport - Extract follower info IGFollowerExport - Extract follower info
ID pldpchljilmpefdaofcdoldpnihldolg
공식 URL https://chrome.google.com/webstore/detail/igfollowerexport-extract/pldpchljilmpefdaofcdoldpnihldolg
설명 A simple tool to export Instagram follower and following.
파일 크기 1.12 MB
설치 횟수 252
현재 버전 1.1.8
최근 업데이트 2022-07-28
출시 날짜 2022-04-27
개발자 Ez4Studio
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://page-ig-auto-bot.pages.dev/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "oauth2": {
        "client_id": "628184170891-rljomql287e9rvn0krh514u0u4cu1pq0.apps.googleusercontent.com",
        "scopes": [
            "openid",
            "email",
            "profile"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmpMVek1\/D3+6XMxo\/sNLL07UBOwdxdq9eZuGoStVI5u0DoQqZsOVQHdcdhJfdaSyzX7FuR7SrKb8\/5U1x6Gs2RxtbyTYnIAMp7iO2asCT09lPnRXsfCtxEcMwmRRQrzjXn00KqXugfdBEZKdJ\/dvDxW3bk6NttK3M4wNEoE8kn904f8i3UtNf0S92OFVVSm\/xQFpUmcFZNJTd7h0msPl71s8KlgozviajFNlJjBnjZ5qByYUmyrfMSVeF5QgP9QGDfGGGJilDXezOFVdn06BH5SqHNm2MSmbxrxX7Q3OgU97GLnNzbIx9ryfyZoTrwa28DNafbkkfdI3KXk9xMrlHwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "extension_ids": [
                "mbbnanhmmjhkefbpioakfkffkbldccip"
            ]
        }
    ],
    "version": "1.1.8"
}