EmailFox - IG Email Extractor and Scraper
IGEmail to scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location to Excel/CSV/JSON.
EmailFox - IG Email Extractor and Scraperคืออะไร?
EmailFox - IG Email Extractor and Scraper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sumsono และคุณลักษณะหลักของมันคือ "IGEmail to scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location to Excel/CSV/JSON."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย EmailFox - IG Email Extractor and Scraper
ดาวน์โหลดไฟล์ส่วนขยาย EmailFox - IG Email Extractor and Scraper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Automatically Extract Emails from Instagram followers/following/hashtags/location/commenters/likes and custom user list. The best extension for scraping emails from competitors' followers/following. The email extractor for Instagram, The email address extracted from the user's public email and biography. #HOW TO GET STARTED? After installing this extension, there will be a one-click export button at the top of each post on the Instagram page, click this button to start the extract user's followers/following emails. and there will be a one-click button on the bottom of any post page, click the button to extract the post commenter/liker owner email address. v2.1.3 change logs - Fixed the fetch post's likers issue. - Fixed the custom ist issue. #FEATURES ✓ Scrape any user's followers/followings ✓ Scrape owners of posts for any hashtag/location ✓ Scrape any post likes/commenters ✓ Extract Emails from custom users ✓ Scrape Email from the user's public email and biography ✓ One Click to Export Emails for Instagram ✓ Export data to XLSX(Excel)/CSV/JSON ✓ Save all download history ✓ Restore the latest progress from history ✓ Automatically eliminate duplicate emails. ✓ Automatically download when data is ready ✓ Random Interval range and wait for a period, useful for downloading large amounts of data ✓ Automatically Error Handling for 403, 429, and 400 error message #EXPORT FIELDS #User ID, #User Name, #Full Name, #Followers, #Following, #Posts, #"Email, #Phone Country Code, #Phone, #City, #Address, #Is Verified, #Is Private, #Is Business, #External URL, #Biography, #Profile URL, #Avatar URL #SUPPORTED FORMATS Export emails from Instagram into Excel, CSV, and JSON formats #IG TOOLS FAMILY you can view more IG tools on the tools menu - IG DM Bot - send mass DM - IG Follower Exporter - Export IG Followers and Following - IG Comment Exporter - Export comments to CSV - IG Likes Exporter - Export post's like users #FAQ https://igemailscraper.extensionsfox.com/#faq If you have any questions, please keep in touch via [email protected]. #DATA PRIVACY No Email address is needed to log in. No data is shared with third parties. All data is processed in your local computer, never passing through our web server, and no one knows what you exported. #STATEMENT 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | EmailFox - IG Email Extractor and Scraper |
ID | jgafbkcghojdjdlihcdjemmhiokihcjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/emailfox-ig-email-extract/jgafbkcghojdjdlihcdjemmhiokihcjk |
คำอธิบาย | IGEmail to scrape and extract emails from Instagram follower, following, commenter, liker, hashtag and location to Excel/CSV/JSON. |
ขนาดไฟล์ | 847 KB |
จำนวนการติดตั้ง | 1,720 |
เวอร์ชันปัจจุบัน | 2.1.3 |
อัปเดตครั้งล่าสุด | 2024-02-05 |
วันที่เผยแพร่ | 2022-11-23 |
คะแนน | 2.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | sumsono |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://igemailscraper.extensionsfox.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://igemailscraper.extensionsfox.com/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "default_locale": "en", "version": "2.1.3", "homepage_url": "https:\/\/igemailscraper.extensionsfox.com\/", "action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "cookies", "storage", "unlimitedStorage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "background": { "service_worker": ".\/dist\/background\/index.mjs" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ ".\/dist\/contentScripts\/index.global.js" ], "css": [ ".\/dist\/contentScripts\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "dist\/contentScripts\/style.css", "assets\/*" ], "matches": [ " |