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.
扩展基本信息
名称 | |
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/ |
隐私政策页面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" } } |