Twitter Scraper

Chrome extension for scraping X (formerly known as Twitter profile)

Twitter Scraper란 무엇입니까?

Twitter Scraper은(는) Copsule에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension for scraping X (formerly known as Twitter profile)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Twitter Scraper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        The Chrome extension allows you to scrape X (formerly known as Twitter) tweets from any user to help you analyze and build your profile. With this extension, you can easily gather data on a specific user's tweets and use it to gain insights and create a more comprehensive understanding of their online presence. Whether you're a marketer looking to gather data on your competitors or a social media manager looking to better understand your audience, this extension provides a quick and convenient way to gather the information you need.                    

확장 프로그램 기본 정보

이름 Twitter Scraper Twitter Scraper
ID cedomiiokkcmbeoekchahgmfcppnclal
공식 URL https://chromewebstore.google.com/detail/twitter-scraper/cedomiiokkcmbeoekchahgmfcppnclal
설명 Chrome extension for scraping X (formerly known as Twitter profile)
파일 크기 1.36 MB
설치 횟수 2,356
현재 버전 0.0.4
최근 업데이트 2023-12-06
출시 날짜 2022-12-17
평점 4.13/5 총 8 개의 평점
개발자 Copsule
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://nighthustle.co
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitter Scraper",
    "version": "0.0.4",
    "description": "Chrome extension for scraping X (formerly known as Twitter profile)",
    "background": {
        "service_worker": "src\/pages\/background\/index.js"
    },
    "action": {
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "tabs"
    ]
}