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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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:\/\/*\/*"
    ]
}