ig export

A chrome extension to export IG followers,following to CSV formats

ig export là gì?

ig export là một tiện ích mở rộng Chrome được phát triển bởi joahyi7, và tính năng chính của nó là "A chrome extension to export IG followers,following to CSV formats".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ig export

Tải xuống các tệp mở rộng ig export dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ig export ig export
ID ddaecgkckhmlkbkbkclfpopechmmbceo
URL Chính Thức https://chromewebstore.google.com/detail/ig-export/ddaecgkckhmlkbkbkclfpopechmmbceo
Mô tả A chrome extension to export IG followers,following to CSV formats
Kích Thước Tệp 2.97 MB
Số Lần Cài Đặt 149
Phiên Bản Hiện Tại 1.6.0
Cập Nhật Lần Cuối 2024-01-24
Ngày Phát Hành 2023-05-29
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển joahyi7
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.igtools.store
URL Trang Trợ Giúp https://www.igtools.store
URL Trang Chính Sách Bảo Mật https://amethyst-indigo-dd7.notion.site/Privacy-Policy-71f9fe0d73b84458a62db131c8c049e0
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}