Leadforest.io - #1 Twitter Scraper

Scrap twitter users followers, folloings, likers, retweters and list members.

Leadforest.io - #1 Twitter Scraper là gì?

Leadforest.io - #1 Twitter Scraper là một tiện ích mở rộng Chrome được phát triển bởi tweetsydotio, và tính năng chính của nó là "Scrap twitter users followers, folloings, likers, retweters and list members.".

Ả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 Leadforest.io - #1 Twitter Scraper

Tải xuống các tệp mở rộng Leadforest.io - #1 Twitter Scraper 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

                        LeadForest is an all-in-one Chrome extension that enables you to easily scrape and export Twitter users' data. You can extract users' screen name and bio of any followers or following data of any profile. With LeadForest, you can also scrape all retweeters data or all likers data of any tweet, giving you a wealth of information to analyze and act on. Additionally, you can scrape all users' data from any Twitter list, saving you time and effort in finding and compiling this information manually. The extension is designed to be user-friendly and intuitive, making it accessible to both novice and advanced users. With LeadForest, you can streamline your Twitter data scraping process and gain valuable insights to help you grow your business or personal brand.                    

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

Tên Leadforest.io - #1 Twitter Scraper Leadforest.io - #1 Twitter Scraper
ID fongbnpplbbkkoapkimchaffgjmpgdmc
URL Chính Thức https://chromewebstore.google.com/detail/leadforestio-1-twitter-sc/fongbnpplbbkkoapkimchaffgjmpgdmc
Mô tả Scrap twitter users followers, folloings, likers, retweters and list members.
Kích Thước Tệp 17.32 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 1.1.4
Cập Nhật Lần Cuối 2023-09-05
Ngày Phát Hành 2023-04-20
Đánh Giá 3.67/5 Tổng số 3 Đánh Giá
Nhà Phát Triển tweetsydotio
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.tweetsy.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Leadforest.io -  #1 Twitter Scraper",
    "short_name": "leadforest_twitter_scraper",
    "version": "1.1.4",
    "author": "Tweetsy ",
    "description": "Scrap twitter users followers, folloings, likers, retweters and list members.",
    "permissions": [
        "storage",
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "js": [
                ".\/src\/contentScript.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": ".\/src\/background.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "src\/contentScript.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "assets\/ext-icon.png",
            "24": "assets\/ext-icon.png",
            "32": "assets\/ext-icon.png"
        },
        "default_title": "Twitter Scraper",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "https:\/\/*\/*"
    ]
}