IG Lister

Export IG followers and following accounts to Excel CSV format.

ما هو IG Lister؟

IG Lister هو إضافة Chrome تم تطويرها بواسطة hi.oleksiv، والميزة الرئيسية لها هي "Export IG followers and following accounts to Excel CSV format.".

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

تحميل ملف CRX للإضافة IG Lister

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

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

                        Introducing IG Lister - a tool that allows you to effortlessly extract Instagram accounts into Excel or CSV format with just one click, completely free of charge. There are no hidden fees or costs involved.                    

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

الاسم IG Lister IG Lister
ID ahiilniigddflhdiobbhgichnecpldlk
عنوان URL الرسمي https://chromewebstore.google.com/detail/ig-lister/ahiilniigddflhdiobbhgichnecpldlk
الوصف Export IG followers and following accounts to Excel CSV format.
حجم الملف 179 KB
عدد التثبيتات 24
النسخة الحالية 1.5
آخر تحديث 2023-11-29
تاريخ النشر 2022-11-04
المطور hi.oleksiv
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.iglister.com/
عنوان صفحة سياسة الخصوصية https://www.iglister.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IG Lister",
    "description": "Export IG followers and following accounts to Excel CSV format.",
    "version": "1.5",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/i.instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "action": [],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "icons": {
        "16": "assets\/icon16.png",
        "32": "assets\/icon32.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}