IGFollow - Follower Export Tool

Export Tool for IG to Extract Instagram follower and following and export to CSV with one click

IGFollow - Follower Export Tool là gì?

IGFollow - Follower Export Tool là một tiện ích mở rộng Chrome được phát triển bởi Converts Team, và tính năng chính của nó là "Export Tool for IG to Extract Instagram follower and following and export to CSV with one click".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IGFollow - Follower Export Tool

Tải xuống các tệp mở rộng IGFollow - Follower Export Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        IGFollow automatically scrape user profile from Instagram followers and followings and export to CSV.

# Features
✓ Export followers from Instagram
✓ Export following list from Instagram
✓ Extract user profile, including follower and following count, biography, public Email, etc.

# How to get started?
1. Enter Instagram Username
2. Select Export type: FOLLOWERS or FOLLOWING
3. Select Include user profile in the Extension Setting if you want to export user profile. This feature will take longer, as data needs to be requested for each user. 
4. Click Export Button

# FAQ
https://igfollow.converts.cc/#faq
If you have any questions, please feel free to contact us at [email protected].

# Data Privacy
All the data you process is on your local computer and never passes through our servers. Read our Privacy Policy: https://igfollow.converts.cc/privacy.

# Statement
There is a risk that your account may be deactivated or blocked by IG when using the extension and you should control the frequency of use at your own risk.

# About Pro
It's a paid extension, you can export the first 500 profiles of each extraction for free trial.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IGFollow - Follower Export Tool IGFollow - Follower Export Tool
ID pkafmmmfdgphkffldekomeaofhgickcg
URL Chính Thức https://chromewebstore.google.com/detail/igfollow-follower-export/pkafmmmfdgphkffldekomeaofhgickcg
Mô tả Export Tool for IG to Extract Instagram follower and following and export to CSV with one click
Kích Thước Tệp 1.27 MB
Số Lần Cài Đặt 60,000
Phiên Bản Hiện Tại 3.2.6
Cập Nhật Lần Cuối 2023-11-18
Ngày Phát Hành 2022-03-27
Đánh Giá 3.38/5 Tổng số 34 Đánh Giá
Nhà Phát Triển Converts Team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://igfollow.converts.cc/
URL Trang Chính Sách Bảo Mật https://converts.cc/privacy
Ngôn Ngữ Được Hỗ Trợ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,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",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "3.2.6",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pkafmmmfdgphkffldekomeaofhgickcg",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApJl30RF4p0dlPCVBNTfEkR2pWMSiDWCYD4D2Rgdm\/IF7AWSzjK\/bCbdnDNvHtDA\/VKTks9kCoczofK8UVV61xL71lCM7fn1vlwjmg8PPYQ\/QyL7d5g7y8y9KqB\/haUKGH5UKatvoo\/MG+4k\/GgxjtAj4NevdHIX5UJoNvLEYwByE+AKx8jLb0ZIKdkVBVuB5sSPpvUX0jRUKmFQ+Kx1dqrtWw4pj1WJXC281ixCVe5LPlF3kzO2206VoBhB3NvOPMQnire3jNIhHEABynk3NxjgfUejrKbSQznRNxMjjyVTiJnynjBJ93\/KyjECgAxT3\/+9SVS2U3NQT2madNef5JwIDAQAB",
    "oauth2": {
        "client_id": "407242803561-gv9n4egknthva52oogokiqi26c7ot4m6.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "407242803561-mn9r9j5qep63hdoq9tv70um5j0mrl8dp.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}