IG Lister
Export IG followers and following accounts to Excel CSV format.
什麼是IG Lister?
IG Lister是由hi.oleksiv開發的Chrome擴展程式,該擴展的主要功能是“Export IG followers and following accounts to Excel CSV format.”。
擴展截圖
下載IG Lister擴展crx文件
下載IG Lister擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ahiilniigddflhdiobbhgichnecpldlk |
官方網址 | 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/ |
隱私政策頁面URL | 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" } } |