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 |
公式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 |
Eメール | [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" } } |