Leadforest.io - #1 Twitter Scraper

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

什么是Leadforest.io - #1 Twitter Scraper?

Leadforest.io - #1 Twitter Scraper是由tweetsydotio开发的Chrome扩展程序,该扩展的主要功能是“Scrap twitter users followers, folloings, likers, retweters and list members.”。

扩展截图

screenshot

下载Leadforest.io - #1 Twitter Scraper扩展crx文件

下载Leadforest.io - #1 Twitter Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Leadforest.io - #1 Twitter Scraper Leadforest.io - #1 Twitter Scraper
ID fongbnpplbbkkoapkimchaffgjmpgdmc
官方URL https://chromewebstore.google.com/detail/leadforestio-1-twitter-sc/fongbnpplbbkkoapkimchaffgjmpgdmc
简介 Scrap twitter users followers, folloings, likers, retweters and list members.
文件大小 17.32 KB
安装次数 95
当前版本 1.1.4
更新时间 2023-09-05
上架时间 2023-04-20
评分 3.67/5 共3次评分
开发者 tweetsydotio
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.tweetsy.io/privacy-policy
支持的语言 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:\/\/*\/*"
    ]
}