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 là gì?

Twitter Follower Scraper & Email Finder là một tiện ích mở rộng Chrome được phát triển bởi https://withblaze.app, và tính năng chính của nó là "Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitter Follower Scraper & Email Finder

Tải xuống các tệp mở rộng Twitter Follower Scraper & Email Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Extract Audience using the extension for particular profiles                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitter Follower Scraper & Email Finder Twitter Follower Scraper & Email Finder
ID cjhecckmbmmbiacfogikbpillimcllil
URL Chính Thức https://chromewebstore.google.com/detail/twitter-follower-scraper/cjhecckmbmmbiacfogikbpillimcllil
Mô tả Scrape Twitter Follower of any public profile or pages & find their 100% confirmed email address.
Kích Thước Tệp 636 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.1.3
Cập Nhật Lần Cuối 2023-07-06
Ngày Phát Hành 2023-06-25
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://withblaze.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.withblaze.app/
URL Trang Chính Sách Bảo Mật https://app.termly.io/document/privacy-policy/72404da0-a237-497c-964a-ef5185781d69
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}