ig export
A chrome extension to export IG followers,following to CSV formats
ما هو ig export؟
ig export هو إضافة Chrome تم تطويرها بواسطة joahyi7، والميزة الرئيسية لها هي "A chrome extension to export IG followers,following to CSV formats".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ig export
قم بتنزيل ملفات الامتداد ig export بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Export Instagram Followers/Following List to Excel IG Export can help you export Instagram followers or following list to a CSV file. 🖖 KEY FEATURES: Export millions of records in minutes. 🔎 HOW DOES IT WORK: Using Instagram's official API to export data. Free user can export the first 1000 records. Paid user can export without limits. 🔒 USAGE POLICY No password required. All the data you export is processed locally, so no one knows what you exported.
معلومات أساسية عن التمديد
الاسم | ig export |
ID | ddaecgkckhmlkbkbkclfpopechmmbceo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/ig-export/ddaecgkckhmlkbkbkclfpopechmmbceo |
الوصف | A chrome extension to export IG followers,following to CSV formats |
حجم الملف | 2.97 MB |
عدد التثبيتات | 149 |
النسخة الحالية | 1.6.0 |
آخر تحديث | 2024-01-24 |
تاريخ النشر | 2023-05-29 |
تقييم | 5.00/5 مجموع تقييمات 2 |
المطور | joahyi7 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.igtools.store |
عنوان صفحة المساعدة | https://www.igtools.store |
عنوان صفحة سياسة الخصوصية | https://amethyst-indigo-dd7.notion.site/Privacy-Policy-71f9fe0d73b84458a62db131c8c049e0 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ig export", "version": "1.6.0", "description": "A chrome extension to export IG followers,following to CSV formats", "background": { "service_worker": "src\/pages\/background\/index.js", "type": "module" }, "action": { "default_popup": "src\/pages\/popup\/index.html", "default_icon": "icon-34.png" }, "icons": { "128": "icon-128.png" }, "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ { "resources": [ "contentStyle.css", "icon-128.png", "icon-34.png" ], "matches": [] } ], "default_locale": "en", "host_permissions": [ "https:\/\/www.instagram.com\/*", "https:\/\/www.igtools.store\/*", "https:\/\/buy.igtools.store\/*" ] } |