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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |