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是由https://withblaze.app开发的Chrome扩展程序,该扩展的主要功能是“Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.”。
扩展截图
下载Twitter Follower Scraper & Email Finder扩展crx文件
下载Twitter Follower Scraper & Email Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ |
隐私政策页面URL | 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" } } |