ig export
A chrome extension to export IG followers,following to CSV formats
什麼是ig export?
ig export是由joahyi7開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to export IG followers,following to CSV formats”。
擴展截圖
下載ig export擴展crx文件
下載ig export擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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 |
說明頁面URL | https://www.igtools.store |
隱私政策頁面URL | 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\/*" ] } |