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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة سياسة الخصوصية | 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" } } |