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