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."입니다.
확장 프로그램 스크린샷
Like Exporter - Export Ins Like 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" ] } ] } |