IG Email Extractor - IG Email Scraper

A smart business lead tool, Extracts emails from Instagram followers, following, hashtag, liker, commenter and location.

IG Email Extractor - IG Email Scraperคืออะไร?

IG Email Extractor - IG Email Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://igextractor.com และคุณลักษณะหลักของมันคือ "A smart business lead tool, Extracts emails from Instagram followers, following, hashtag, liker, commenter and location."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IG Email Extractor - IG Email Scraper

ดาวน์โหลดไฟล์ส่วนขยาย IG Email Extractor - IG Email Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IG Email Extractor - IG Email Scraper, automatically extracts public email addresses from Instagram and exports them to Excel xlsx/csv files, helping you to expand your business leads.

🆕 New Update  v2.4.0
✓ Add support for scraping custom user lists.
✓ Fix some issues.

🆕 New Update  v2.3.0
✓ Add support local storage, download data anytime.
✓ Add support to continue extraction from last time.
✓ Add to view extraction history.
✓ 20% faster extraction speed
✓ Fix some issues.

💡 Features
✓ Scrape followers and following of any user from Instagram.
✓ Scrape publisher from any hashtag and location on Instagram.
✓ Scrape the likers and commenters of any post from Instagram.
✓ Scrape a custom list of users from Instagram.
✓ Extract profile data including emails, biographies, number of followers, number of following , phone numbers, addresses, etc.
✓ Automatic elimination of duplicate emails.
✓ Local storage of extracted data, download data anytime.
✓ Export data to Excel xlsx/csv files.

⚠️ Statement
INSTAGRAM is a trademark of Instagram, LLC. IG Email Extractor is not affiliated with, endorsed by, sponsored by or otherwise related to INSTAGRAM, Inc. or any of its affiliates or subsidiaries.
There is a risk that your account will be deactivated or blocked by IG when using the extension, and you should control the frequency of use at your own risk.

🔒 Data Privacy
All data is processed in your local computer, it never passes through our web server and no one knows what you have saved.

👋 Contact
If you have any issues, feel free to contact [email protected]                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IG Email Extractor - IG Email Scraper IG Email Extractor - IG Email Scraper
ID icceojeancmncflpknhmfbfaleindgmi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ig-email-extractor-ig-ema/icceojeancmncflpknhmfbfaleindgmi
คำอธิบาย A smart business lead tool, Extracts emails from Instagram followers, following, hashtag, liker, commenter and location.
ขนาดไฟล์ 625 KB
จำนวนการติดตั้ง 23,418
เวอร์ชันปัจจุบัน 2.4.1
อัปเดตครั้งล่าสุด 2023-06-20
วันที่เผยแพร่ 2021-10-21
คะแนน 3.12/5 รวมทั้งหมด 26 คะแนน
ผู้พัฒนา https://igextractor.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://igextractor.com/
URL หน้านโยบายความเป็นส่วนตัว https://echobot.dev/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "homepage_url": "https:\/\/igemailextractor.echobot.dev",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "cookies",
        "storage",
        "identity",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "*:\/\/*.echobot.dev\/*"
    ],
    "oauth2": {
        "client_id": "822420326057-m93k691553m6m1lj3l5jn2r40qjcg7rs.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "__MSG_extName__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/16.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png",
            "128": "icons\/128.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "auth.js"
            ],
            "matches": [
                "*:\/\/*.echobot.dev\/auth\/success\/igemailextractor*"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "injected.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "version": "2.4.1"
}