Follower Exporter

This is an follower export tool for instagram, one click to export followers to csv, export following to csv.

Follower Exporterคืออะไร?

Follower Exporter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย EchoWebBot Team และคุณลักษณะหลักของมันคือ "This is an follower export tool for instagram, one click to export followers to csv, export following to csv."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Follower Exporter

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

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

                        🎉 Use IGFollowExporter to export Instagram followers list to excel xlsx or csv with one click! Best IG followers export tool, copy instagram followers, export followers, extract instagram followers information to excel xlsx or csv file easily.

💡 Features
✓ Export list of followers from instagram to xlsx or csv.
✓ Export list of followings from instagram to xlsx or csv.
✓ Extract profile data including public emails, biographies, followers and following count, etc.
✓ Profile page shortcut button for one-click export.

🚀 Get started
1.Enter an Instagram username
2.Select the export type (followers/following)
3.Click the Export button.

Another way, on the instagram profile page there will be an export button, click on this button to start the export.

🔒 Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

👋 Contact
If you have any issues, feel free to contact [email protected]                    

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

ชื่อ Follower Exporter Follower Exporter
ID jedldboappegkmmkkmgempjffkpbopcg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/follower-exporter/jedldboappegkmmkkmgempjffkpbopcg
คำอธิบาย This is an follower export tool for instagram, one click to export followers to csv, export following to csv.
ขนาดไฟล์ 681 KB
จำนวนการติดตั้ง 2,262
เวอร์ชันปัจจุบัน 1.2.2
อัปเดตครั้งล่าสุด 2023-08-01
วันที่เผยแพร่ 2021-10-09
คะแนน 3.67/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา EchoWebBot Team
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://followerexporter.echobot.dev
URL หน้านโยบายความเป็นส่วนตัว https://echobot.dev/privacy-policy.html
ภาษาที่รองรับ 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",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "homepage_url": "https:\/\/igfollowexport.echobot.dev",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "*:\/\/*.echobot.dev\/*"
    ],
    "oauth2": {
        "client_id": "994305674244-4pu9668tq8nq5se3tlcaj3upke0c6qnt.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "libs\/jquery-3.6.0.min.js",
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "auth.js"
            ],
            "matches": [
                "*:\/\/*.echobot.dev\/auth\/success\/igfollowexporter*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "1.2.2"
}