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.”。

擴展截圖

screenshot

下載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 Twitter Follower Scraper & Email Finder
ID cjhecckmbmmbiacfogikbpillimcllil
官方網址 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"
    }
}