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 - это расширение Chrome, разработанное https://withblaze.app, и его основная функция - "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.".
Снимки экрана расширения
Скачать файл CRX расширения Twitter Follower Scraper & Email Finder
Скачайте файлы расширений 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" } } |