IGFollowerExport: Export Instagram Follower

A simple tool to export Instagram follower and following.

IGFollowerExport: Export Instagram Followerคืออะไร?

IGFollowerExport: Export Instagram Follower เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://getwecomments.com และคุณลักษณะหลักของมันคือ "A simple tool to export Instagram follower and following."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGFollowerExport: Export Instagram Follower

ดาวน์โหลดไฟล์ส่วนขยาย IGFollowerExport: Export Instagram Follower ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        One click to export Instagram followers and following list to CSV and excel.

A smart tools for Instagram, one click to export followers to CSV, export Instagram following 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.

Use this tool to find Instagram unfollowed user, ghost user or make a user picker, you can export userid, username, biography, email, 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 instagram user list)
3. Click the Export button

What columns you can export?

#User ID
#Username
#Fullname
#Follow by you
#Is verified
#Profile URL
#Avatar URL
#Biography
#Posts
#Followers
#Followings
#Tags
#Email
#Is Private
#Is Business
#External URL

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.

FAQ
https://ig-follower-export.getwecomments.com

Questions? Drop us a line at [email protected]

Privacy Policy
https://ig-follower-export.getwecomments.com/privacy.html                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IGFollowerExport: Export Instagram Follower IGFollowerExport: Export Instagram Follower
ID mbbnanhmmjhkefbpioakfkffkbldccip
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/igfollowerexport-export-i/mbbnanhmmjhkefbpioakfkffkbldccip
คำอธิบาย A simple tool to export Instagram follower and following.
ขนาดไฟล์ 333 KB
จำนวนการติดตั้ง 195
เวอร์ชันปัจจุบัน 1.1.0
อัปเดตครั้งล่าสุด 2022-02-20
วันที่เผยแพร่ 2021-11-23
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา http://getwecomments.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://ig-follower-export.getwecomments.com/
URL หน้านโยบายความเป็นส่วนตัว https://getwecomments.com/privacy.html
ภาษาที่รองรับ 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": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAui52DNIf4hTd75YrSgG4XW\/TBXDf20JpCKtRTsckhIm5QF4kOHoWUrDsu4h93HVLRRrjtldEE9mSSr2XRNZXdvlG89alFXnxpz\/n+lWBx2TX0uULZDyhL52qsfA9mkL7NxcreWTtfvxngc69JZAFGMLREfUjeUICXtyJgchmjjKj8VqFDqjbHnlklua0LByEPT9rAfdDuyEQC1Jy3IT3Gtc9b5DoL1hc1gXz+YcVvwdFfH7QuHZ+WPRssfc7YilPXB90Op+FX96B2llQHitC6CZTMLjzwWN3K+5iRwb5QxSLg\/zCRviyfsXNjGoN4ZjaxdCnV0hT6VbsC4dhPYfdkwIDAQAB",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*"
            ],
            "extension_ids": [
                "mbbnanhmmjhkefbpioakfkffkbldccip"
            ]
        }
    ],
    "version": "1.1.0"
}