Exporter for Followers

Export IG followers, following to Excel CSV formats

Exporter for Followersคืออะไร?

Exporter for Followers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://igexporter.com และคุณลักษณะหลักของมันคือ "Export IG followers, following to Excel CSV formats"

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

screenshot

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

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

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

                        Exporter for Followers (previously known as "Exporter for IG" and "IG Exporter") is a tool that export followers from Instagram profiles to Excel or CSV.

Features:
* Export followers or following
* Export up to 50k followers
* CSV and Excel formats with proper column format
* Handles IG rate limit errors (read below)

Supported columns:
- ID (numeric Instagram ID)
- User name
- Full name
- Profile picture URL
- Is IG profile verified 

How to use:
1. Open the extension’s popup by clicking the puzzle button in the right section of the toolbar.
2. Find the Exporter for IG icon there and click it
3. Select the “Export Instagram data” option
4. The export tool is opened
5. Specify IG username or URL
6. Click the “Start” button and follow the instructions within the app

Rate limit:
Instagram enforces rate limit i.e. limit on the number of requests. The rate limit is not public information and varies depending on your IP address.
How it works in Exporter for IG:
If you export a huge list of followers, you can experience a rate limit error
The app goes into “Cooldown” mode. The timer shows the time remaining.
If the error persists, the cooldown period increases 2x.
Once the cooldown period end and the subsequent request is successful, the app switches to the Normal mode. 

Please note, Exporter for IG is a freemium software. You can export up to 550 followers for free. You should upgrade to export more.
To upgrade, you should create an account or log in with your Google account.
Please try the app before purchase we don’t offer refunds.                    

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

ชื่อ Exporter for Followers Exporter for Followers
ID nmnhoiehpdfllknopjkhjgoddkpnmfpa
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/exporter-for-followers/nmnhoiehpdfllknopjkhjgoddkpnmfpa
คำอธิบาย Export IG followers, following to Excel CSV formats
ขนาดไฟล์ 438 KB
จำนวนการติดตั้ง 341,576
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2024-01-10
วันที่เผยแพร่ 2022-01-09
คะแนน 3.95/5 รวมทั้งหมด 58 คะแนน
ผู้พัฒนา https://igexporter.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://igexporter.com
URL หน้านโยบายความเป็นส่วนตัว https://igexporter.com/privacy-policy
ภาษาที่รองรับ 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",
    "author": "Exporter for Followers",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_title": "__MSG_extName__",
        "default_popup": "html\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extShortDesc__",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_extName__",
    "permissions": [
        "alarms",
        "identity",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/api.igexporter.com\/*"
    ],
    "short_name": "IG Exporter",
    "version": "2.0.1"
}