IG Email Scraper - IG Email Extractor

IG Email Scraper helps you extract email from Instagram followers, following, liker, commenter, location and hashtag.

IG Email Scraper - IG Email Extractor क्या है?

IG Email Scraper - IG Email Extractor https://igemailextractor.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "IG Email Scraper helps you extract email from Instagram followers, following, liker, commenter, location and hashtag."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IG Email Scraper - IG Email Extractor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        IG Email Scraper - IG Email Extractor, it's a scraping tool for business leads, one click to extract public email addresses from Instagram and export to csv file.

With this tool, you can easily
★ Scrape followers & following for any user from Instagram.
★ Scrape publisher from any hashtag on Instagram.
★ Scrape publisher from any location on Instagram.
★ Scrape the likers & commenters of any post from Instagram.
★ Extract profile data including emails, number of followers, number of following , phone numbers, biographies, addresses, etc.
★ Export data to CSV files.

Note
IG Email Scraper is a freemium software. You can export up to 50 email addresses for free. You can upgrade to export more.

Statement
INSTAGRAM is a trademark of Instagram, LLC. IG Email Scraper 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 Insagram when using the extension, and you should control the frequency of use at your own risk.

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

Data Privacy
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.
- Data safety, no password need.
- No data shared with third parties.
https://igemailextractor.com/privacy                    

एक्सटेंशन की मूल जानकारी

नाम IG Email Scraper - IG Email Extractor IG Email Scraper - IG Email Extractor
ID lcpilbjlaeepiphplhikeikchafgmlnk
आधिकारिक URL https://chromewebstore.google.com/detail/ig-email-scraper-ig-email/lcpilbjlaeepiphplhikeikchafgmlnk
विवरण IG Email Scraper helps you extract email from Instagram followers, following, liker, commenter, location and hashtag.
फ़ाइल का आकार 3.06 MB
स्थापना संख्या 3,363
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2024-02-20
प्रकाशन तिथि 2022-10-13
रेटिंग 4.00/5 कुल 8 रेटिंग्स
डेवलपर https://igemailextractor.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://igemailextractor.com
सहायता पृष्ठ URL https://igemailextractor.com
गोपनीयता नीति पृष्ठ URL https://getwebooster.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.4",
    "manifest_version": 3,
    "name": "IG Email Scraper - IG Email Extractor",
    "description": "IG Email Scraper helps you extract email from Instagram followers, following, liker, commenter, location and hashtag.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "identity"
    ],
    "host_permissions": [
        "*:\/\/igemailextractor.com\/*",
        "*:\/\/*.instagram.com\/*"
    ],
    "background": {
        "service_worker": "service-worker.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.igemailextractor.com\/*"
            ],
            "js": [
                "libs\/jquery-3.2.1.min.js",
                "contentScript.js"
            ],
            "css": [
                "libs\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnxDeXGE98wsnluG7krZGoJSK7jA85oW2o46a6AeoQep6XjskQYz8Fn2QgYPJDZozaIwCEA1\/RodDWKRiGX1vltXaeusXIBZ9yDhWYNNvGFXelfzMUJZsQ7DSf2cl827HIQ5AYXGcc2h6im8HpXJi5OqXNANXDLSeJhwlj2IK3p8gf9tVL0vPBftT2BW1p4xY9jh6yP+thVUTcP83NmUUrYZR2FcKTjRLqe3PpndoLdP\/vOul3XaOPrszVRoCj8cUlc6l6eH3rleJ82ZTb97hdHS3DIYf8KgQpL\/unCZy12B6JBw1PyKY6TngGTHPQa6EEx07VCBYwvjSkvjzpFpMFQIDAQAB",
    "oauth2": {
        "client_id": "342986529872-svvcfsr7lpthur74gdk6a2df7ja35ktc.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/*",
                "libs\/*"
            ],
            "matches": []
        }
    ]
}