Twitter Follower Scraper & Email Finder
Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
O que é Twitter Follower Scraper & Email Finder?
Twitter Follower Scraper & Email Finder é uma extensão do Chrome desenvolvida por https://withblaze.app, e sua principal característica é "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitter Follower Scraper & Email Finder
Baixe arquivos de extensão Twitter Follower Scraper & Email Finder no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Extract Audience using the extension for particular profiles
Informações Básicas da Extensão
Nome | Twitter Follower Scraper & Email Finder |
ID | cjhecckmbmmbiacfogikbpillimcllil |
URL Oficial | https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil |
Descrição | Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address. |
Tamanho do Arquivo | 636 KB |
Contagem de Instalações | 95 |
Versão Atual | 1.1.3 |
Última Atualização | 2023-07-06 |
Data de Publicação | 2023-06-25 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | https://withblaze.app |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.withblaze.app/ |
URL da Página de Política de Privacidade | https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69 |
Idiomas Suportados | 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" } } |