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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |