Like Exporter - Export Ins Like

A brower extension made for people who want to export likes from Instagram™ into csv.

什么是Like Exporter - Export Ins Like?

Like Exporter - Export Ins Like是由Ping Apps Team开发的Chrome扩展程序,该扩展的主要功能是“A brower extension made for people who want to export likes from Instagram™ into csv.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Like Exporter - Export Ins Like扩展crx文件

下载Like Exporter - Export Ins Like扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        LikeExporter is a powerful browser plugin that takes your Instagram experience to the next level. With this innovative tool, you can effortlessly export user information, including publicly available email addresses and phone numbers, of Instagram users who have liked your posts. Additionally, it supports one-click export to CSV (Comma-Separated Values) files, making data management a breeze. LikeExporter also offers the convenience of continuing tasks from your task history, ensuring uninterrupted workflow and productivity.

An IG Likes Export Tool to Extract Instagram likes and export to CSV.
IG Likes Export Tool, automatically scrapes user profiles from Instagram post likes and exports them to CSV files.

# New Feature
🎉 Support advanced filtering queries

1️⃣ Feature
✅ Export likes from Instagram to csv
✅ Extract user profile, including follower and following count, posts count, public Email, public phone number and external URL, etc.
✅ Save extracted data to local storage, download data anytime and support to continue extract anytime.

Advanced User Information Export: LikeExporter simplifies the process of extracting user information from Instagram likes. Gain access to valuable data such as email addresses, phone numbers, and more, empowering you to establish meaningful connections and enhance your engagement strategies.

CSV Export Capability: With just one click, LikeExporter allows you to export the extracted user information to CSV files. This feature enables easy data organization, analysis, and integration with other tools, making it an invaluable asset for marketers, influencers, and businesses.

Task Continuation from History: LikeExporter takes task management to the next level by offering the ability to continue tasks from your task history. Never lose track of your progress again—simply access your task history, retrieve completed or archived tasks, and seamlessly resume where you left off.

User-Friendly Interface: LikeExporter boasts a user-friendly interface that seamlessly integrates into your browser, providing a smooth and intuitive experience. Effortlessly navigate through its powerful features, export user information, and manage your tasks with ease.

Privacy and Compliance: LikeExporter respects user privacy and operates within the boundaries set by Instagram's terms and conditions. It adheres to ethical practices and only extracts publicly available information, ensuring the privacy and security of user data.

Take control of your Instagram likes data and task management with LikeExporter. Download the plugin today and unlock the power of comprehensive user data analysis, seamless task continuation, and streamlined productivity. Simplify data extraction, enhance your engagement strategies, and elevate your Instagram experience with LikeExporter.

2️⃣ How to get started?
(1) Enter a link to an Instagram post
(Select Include email in Setting if you want to export email, and increase Random Interval between the requests to decrease risk, e.g.12s)
(2)On the Settings page, set your preferences, such as request interval
(3) Click the Export Button
(4) Click to export to CSV when the data extract completes.

3️⃣ FAQ
If you have any problems, don't hesitate to contact us at [email protected]

4️⃣ Data Privacy
All the data you process is on your local computer and never passes through our servers.

5️⃣ Statement
INSTAGRAM is a trademark of Instagram, LLC. IGLikes is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries.                    

扩展基本信息

名称 Like Exporter - Export Ins Like Like Exporter - Export Ins Like
ID cjfehgekflcmfnceephblphjnmijanbc
官方URL https://chromewebstore.google.com/detail/like-exporter-export-ins/cjfehgekflcmfnceephblphjnmijanbc
简介 A brower extension made for people who want to export likes from Instagram™ into csv.
文件大小 3.14 MB
安装次数 137
当前版本 1.5.3
更新时间 2024-02-02
上架时间 2023-04-18
评分 5.00/5 共2次评分
开发者 Ping Apps Team
电子邮箱 [email protected]
付费类型 in_app
帮助页面URL https://pingapps.top/product-detail?app=IGLikes
隐私政策页面URL https://pingapps.top/privacy
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        },
        "default_popup": "popup.html"
    },
    "version": "1.5.3",
    "author": "PingApps",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "background.5fadff2f.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "cookies"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "task.fab5311e.js"
            ],
            "css": [
                "font.ccfa1487.css"
            ]
        }
    ],
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.pingapps.top\/*"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "Inter-Regular.e3e705d6.woff2",
                "Inter-Bold.8d4b9877.woff2",
                "task.7c05c6e1.png",
                "task.44268860.png"
            ]
        }
    ]
}