IGEmail - IG Email Extractor and Scraper

IGEmail scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location

IGEmail - IG Email Extractor and Scraper란 무엇입니까?

IGEmail - IG Email Extractor and Scraper은(는) Converts Team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IGEmail scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

IGEmail - IG Email Extractor and Scraper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        IGEmail - Instagram Email Extractor and Scraper, a scraping tool for business leads, help you to extract public email addresses from Instagram, export them to CSV and increase your lead generation business. 

🆕 New Update v2.2.3
✓ Support to extract emails from custom users
✓ Support to sort Hashtag by Recent or Rank
✓ Support to continue extract from last time
✓ Support to view extract history
✓ Support to Enable 'Limit per Extraction'
✓ 20% faster extraction speed
✓ Fix some issues

# Features
✓ Scrape followers/following for any user from Instagram
✓ Scrape owners of posts for any hashtag/location from Instagram
✓ Scrape likers/commenters for photos/videos from Instagram
✓ Extract User Profile, including follower and following count, posts count, biography, public Email, Phone Number, external URL, Address, etc.
✓ Extract User Profile From Private Accounts that follow you or are followed by you
✓ Extract User Profile from custom users
✓ Automatically eliminate duplicate emails.
✓ Export data to CSV

# How to get started?
1. Select Extract Type
2. Enter the corresponding Username, Hashtag, Location Id, Post Link
3. Click EXTRACT Button
4. Click to export to CSV when data download completes.

# FAQ
https://igemail.converts.cc/#faq
If you have any problems, don't hesitate to contact us at [email protected].

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

# Statement
There is a risk that your account may be deactivated or blocked by IG when using the extension and you should control the frequency of use at your own risk.

INSTAGRAM is a trademark of Instagram, LLC. IGEmail is not affiliated with, endorsed, sponsored, or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries.                    

확장 프로그램 기본 정보

이름 IGEmail - IG Email Extractor and Scraper IGEmail - IG Email Extractor and Scraper
ID piggoaeofkgbcdipojhedadmofinkena
공식 URL https://chrome.google.com/webstore/detail/igemail-ig-email-extracto/piggoaeofkgbcdipojhedadmofinkena
설명 IGEmail scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location
파일 크기 1.46 MB
설치 횟수 1,000
현재 버전 2.2.3
최근 업데이트 2022-09-09
출시 날짜 2022-04-18
평점 4.38/5 총 13 개의 평점
개발자 Converts Team
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://igemail.converts.cc/
개인정보 보호 정책 페이지 URL https://converts.cc/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IGEmail - IG Email Extractor and Scraper",
    "description": "IGEmail scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location",
    "version": "2.2.3",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnUH8u+fxp27pBitWDH\/vK4KkwoyxOjbjIxYijTD\/ik79+Zx7VuMo4zjPOFi+tPrlc4qAZ0BNlyWroIGoMs26we8fFR7jTINIPEbxmG2kzkBMGStvqwm0lWz73xEQmUK+M2acrN2Jhlg17dLZWefVFGOxg37aqhDwKXLS99tWKL5J\/MpkkopVsz8Ophb4DelwIX4Q0v4qeTwpLeRkL4WEiCDSsQ8s1451+y4wfbi9tQ73hlawuoFVXOA415TvMQQQ\/EdkHQXwGEPitMLdx9n31rbfgE09QMDlNCRDu00TTydLB+6uZupzefO4SPG+ZqzSpxNtG7DrCdjmp73H3bCYtwIDAQAB",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/piggoaeofkgbcdipojhedadmofinkena",
    "manifest_version": 3,
    "oauth2": {
        "client_id": "846966141146-d06fb3rbe1qqpe4u0rvl9kk7gsi3htma.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ],
        "web_client_id": "846966141146-splrmpctcgpvcath89t8bfasrd1u4epq.apps.googleusercontent.com"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "public\/lib\/images\/logo_16.png",
        "32": "public\/lib\/images\/logo_32.png",
        "48": "public\/lib\/images\/logo_48.png",
        "128": "public\/lib\/images\/logo_128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.converts.cc\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_popup": "popup.html"
    }
}