Twitter Follower Scraper & Email Finder
Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
Twitter Follower Scraper & Email Finderคืออะไร?
Twitter Follower Scraper & Email Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://withblaze.app และคุณลักษณะหลักของมันคือ "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitter Follower Scraper & Email Finder
ดาวน์โหลดไฟล์ส่วนขยาย Twitter Follower Scraper & Email Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Extract Audience using the extension for particular profiles
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Twitter Follower Scraper & Email Finder |
ID | cjhecckmbmmbiacfogikbpillimcllil |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil |
คำอธิบาย | Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address. |
ขนาดไฟล์ | 636 KB |
จำนวนการติดตั้ง | 95 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2023-07-06 |
วันที่เผยแพร่ | 2023-06-25 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | https://withblaze.app |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.withblaze.app/ |
URL หน้านโยบายความเป็นส่วนตัว | https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.1.3", "name": "Twitter Follower Scraper & Email Finder", "description": "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.", "permissions": [ "storage", "unlimitedStorage", "tabs" ], "host_permissions": [ "https:\/\/*.twitter.com\/*" ], "web_accessible_resources": [ { "resources": [ "icon\/*" ], "matches": [ "https:\/\/*.twitter.com\/*" ] } ], "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitter.com\/*" ], "js": [ "lib\/jquery-3.5.1-min.js", "content\/content.js", "content\/extractor.js", "content\/unidecode-runner.js" ], "css": [ "content\/content.css" ] } ], "action": { "default_icon": "icon\/icon128.png", "default_popup": "default_popup\/index.html", "default_title": "Quick Actions" }, "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png", "400": "icon\/icon400.png" } } |