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. 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面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\/*"
]
} | |