Twitter Follower Scraper & Email Finder
Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
Wat is Twitter Follower Scraper & Email Finder?
Twitter Follower Scraper & Email Finder is een Chrome-extensie ontwikkeld door https://withblaze.app, en de belangrijkste functie is "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitter Follower Scraper & Email Finder
Download Twitter Follower Scraper & Email Finder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Extract Audience using the extension for particular profiles
Basisinformatie over de Extensie
Naam | Twitter Follower Scraper & Email Finder |
ID | cjhecckmbmmbiacfogikbpillimcllil |
Officiële URL | https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil |
Beschrijving | Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address. |
Bestandsgrootte | 636 KB |
Aantal Installaties | 95 |
Huidige Versie | 1.1.3 |
Laatst Bijgewerkt | 2023-07-06 |
Publicatiedatum | 2023-06-25 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://withblaze.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.withblaze.app/ |
URL van de Privacybeleid Pagina | https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69 |
Ondersteunde Talen | 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" } } |