IGExport - Export Ins Followers free

A simple tool to export list of followers & followings from Ins, one click to csv.

IGExport - Export Ins Followers freeคืออะไร?

IGExport - Export Ins Followers free เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://igexport.net และคุณลักษณะหลักของมันคือ "A simple tool to export list of followers & followings from Ins, one click to csv."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IGExport - Export Ins Followers free

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

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

                        this is an export Ins follower tool, one click to export followers to csv, export following to csv.

IGExport is a powerful IG Follower Export Tool that simplifies the process of exporting IG followers and following lists. With just one click, you can easily export your followers' and following users' data to a CSV file, making it convenient for further analysis or management. This tool is designed to enhance your Instagram experience and provide a seamless way to export valuable follower and following information.

【How it works?】
1. Sign in ins and open the extension.
2. Click the export button for followers or following list

【Data Privacy】
1. All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.
2. There is a certain risk that the account will be deactivated or blocked by IG when using the extension,  you should control the frequency of use by yourself at your own risk.                    

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

ชื่อ IGExport - Export Ins Followers free IGExport - Export Ins Followers free
ID nhkojbdbcmjlnconlclkllbpbchjofna
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/igexport-export-ins-follo/nhkojbdbcmjlnconlclkllbpbchjofna
คำอธิบาย A simple tool to export list of followers & followings from Ins, one click to csv.
ขนาดไฟล์ 437 KB
จำนวนการติดตั้ง 23,454
เวอร์ชันปัจจุบัน 1.0.14
อัปเดตครั้งล่าสุด 2023-11-28
วันที่เผยแพร่ 2022-03-08
คะแนน 4.82/5 รวมทั้งหมด 159 คะแนน
ผู้พัฒนา https://igexport.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://igexport.net
URL หน้าช่วยเหลือ https://igexport.net
URL หน้านโยบายความเป็นส่วนตัว https://g-maps.gmapsscraper.com/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IGExport - Export Ins Followers free",
    "description": "A simple tool to export list of followers & followings from Ins, one click to csv.",
    "version": "1.0.14",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjF5sRk3BGglz0SlYl87iD+DXsZDkU2tyFZrBH1lrHr+HibchA\/9Uahj8rJ+S9SCTKgbuPYsfz9JXhDKHzRhCeTAHdPAAg6IlgQTqy+SsMTavnIy0pCtp2qBlFLJKytgDpkafMCD2Ns\/ZMxPEoat1UTKIRfl944MPI8K\/zS8IsFNT\/j74xbH7pQJN88TLf+T0+6pw632OZtTwEduCkBzgVP8TJM2iRkG5HwAbhA6aQTFJd6AibJfK1qfO\/hqZiotfgznvQPDOmQhxtAMOAIMTOJdEVMwttigEHvr\/gNLf+7WnXypXak0jacuZS\/9aEsFwAaD0q+Jlgp6SS1Z25eIH2wIDAQAB",
    "icons": {
        "16": "assets\/icons\/IG_icon16.png",
        "48": "assets\/icons\/IG_icon32.png",
        "128": "assets\/icons\/IG_icon128.png"
    },
    "action": {
        "default_title": "InstagramExport",
        "default_popup": "popup.html#\/home"
    },
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "js\/*",
                "css\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    }
}