Twitter Follower Scraper & Email Finder
Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
¿Qué es Twitter Follower Scraper & Email Finder?
Twitter Follower Scraper & Email Finder es una extensión de Chrome desarrollada por https://withblaze.app, y su función principal es "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitter Follower Scraper & Email Finder
Descarga archivos de extensión Twitter Follower Scraper & Email Finder en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Extract Audience using the extension for particular profiles
Información Básica de la Extensión
Nombre | Twitter Follower Scraper & Email Finder |
ID | cjhecckmbmmbiacfogikbpillimcllil |
URL Oficial | https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil |
Descripción | Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address. |
Tamaño del Archivo | 636 KB |
Cantidad de Instalaciones | 95 |
Versión Actual | 1.1.3 |
Última Actualización | 2023-07-06 |
Fecha de Publicación | 2023-06-25 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | https://withblaze.app |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.withblaze.app/ |
URL de la Página de Política de Privacidad | https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69 |
Idiomas Soportados | 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" } } |