IG Follower Export Tool - IG Tools

IG Follower Export Tool can Export IG followers and following to Excel/CSV formats with one click.

ما هو IG Follower Export Tool - IG Tools؟

IG Follower Export Tool - IG Tools هو إضافة Chrome تم تطويرها بواسطة Eric Lyle، والميزة الرئيسية لها هي "IG Follower Export Tool can Export IG followers and following to Excel/CSV formats with one click.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة IG Follower Export Tool - IG Tools

قم بتنزيل ملفات الامتداد IG Follower Export Tool - IG Tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        With the help of extension, Ins Tools - Ins Follower Export Tool, you can scrape over 50K IG followers or IG followings within one click.

▬▬▬▬▬▬▬  Description Step by Step ▬▬▬▬▬▬▬
1. Click Ins Tools - Ins Follower Export Tool icon, which is on browser toolbar, then open IGTools popup page via IGTools Net
2. Click "Export IG Data" button, an IGTools option page will be opened.
3. Input a valid IG profile URL or IG ID
4. Click "Start parsing" button, and our IG Tools will run automatically. After this processing is finished, you can download IG followers or IG followings to CSV or Excel. 


▬▬▬▬▬▬▬ Features ▬▬▬▬▬▬▬
● Export IG followers and IG following with one click by extension
● Export up to 50K IG followers or IG following
● CSV and Excel formats support
● Handles IG rate limit errors
● Processing in one click via IGTools net

▬▬▬▬▬▬▬ Supported columns ▬▬▬▬▬▬▬
- ID
- User Name
- Full Name
- IG Profile URL
- IG Avatar URL
- Is IG Profile verified

▬▬▬▬▬▬▬ Get started ▬▬▬▬▬▬▬
1. Open this extension's popup by clicking the extension icon in the right section of the toolbar.
3. Click the "Export IG data" button
4. The IGTools will be opened automatically
5. Input IG username or URL
6. Click the "Start parsing" button and follow the instructions within the extension

▬▬▬▬▬▬▬▬ Security ▬▬▬▬▬▬
● The extension neither ask for your IG password, nor any of your data including IG user information, story, visit history, posts, and social relationships.
● IG enforces IG 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 IG Follower Export tool ▬▬▬▬▬▬
● If you export a huge list of IG followers, you can experience a rate limit error.
● The extension goes into “Cooldown” mode. The timer shows the time remaining.
● If the limit error persist, the cooldown period increases 2x.
● Once the cooldown period ends and the subsequent request is successful, the IGTools switches to the Normal mode.                    

معلومات أساسية عن التمديد

الاسم IG Follower Export Tool - IG Tools IG Follower Export Tool - IG Tools
ID kicgclkbiilobmccmmidfghnijgfamdb
عنوان URL الرسمي https://chromewebstore.google.com/detail/ig-follower-export-tool-i/kicgclkbiilobmccmmidfghnijgfamdb
الوصف IG Follower Export Tool can Export IG followers and following to Excel/CSV formats with one click.
حجم الملف 748 KB
عدد التثبيتات 40,202
النسخة الحالية 1.3.13
آخر تحديث 2024-01-04
تاريخ النشر 2022-11-24
تقييم 4.81/5 مجموع تقييمات 508
المطور Eric Lyle
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://linkedradar.com/
عنوان صفحة المساعدة https://linkedradar.com/
عنوان صفحة سياسة الخصوصية https://linkedradar.com/linkedradar-private-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",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "icons\/logo_128.png"
        }
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icons\/logo_128.png"
    },
    "options_page": ".\/options.html",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.linkedradar.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/kodepay.io\/*"
            ],
            "js": [
                "js\/kodepay-script.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "unlimitedStorage"
    ],
    "version": "1.3.13"
}