Twitter Follower Scraper & Email Finder
Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
Cos'è Twitter Follower Scraper & Email Finder?
Twitter Follower Scraper & Email Finder è un'estensione di Chrome sviluppata da https://withblaze.app, e la sua funzione principale è "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Twitter Follower Scraper & Email Finder
Scarica i file di estensione Twitter Follower Scraper & Email Finder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Extract Audience using the extension for particular profiles
Informazioni di Base sull'Estensione
Nome | Twitter Follower Scraper & Email Finder |
ID | cjhecckmbmmbiacfogikbpillimcllil |
URL Ufficiale | https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil |
Descrizione | Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address. |
Dimensione del File | 636 KB |
Conteggio Installazioni | 95 |
Versione Corrente | 1.1.3 |
Ultimo Aggiornamento | 2023-07-06 |
Data di Pubblicazione | 2023-06-25 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | https://withblaze.app |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.withblaze.app/ |
URL della Pagina della Politica sulla Privacy | https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69 |
Lingue Supportate | 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" } } |