Twitter Scraper

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

O que é Twitter Scraper?

Twitter Scraper é uma extensão do Chrome desenvolvida por Copsule, e sua principal característica é "Chrome extension for scraping X (formerly known as Twitter profile)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Twitter Scraper

Baixe arquivos de extensão Twitter Scraper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Twitter Scraper Twitter Scraper
ID cedomiiokkcmbeoekchahgmfcppnclal
URL Oficial https://chromewebstore.google.com/detail/twitter-scraper/cedomiiokkcmbeoekchahgmfcppnclal
Descrição Chrome extension for scraping X (formerly known as Twitter profile)
Tamanho do Arquivo 1.36 MB
Contagem de Instalações 2,356
Versão Atual 0.0.4
Última Atualização 2023-12-06
Data de Publicação 2022-12-17
Classificação 4.13/5 Total de 8 Avaliações
Desenvolvedor Copsule
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://nighthustle.co
Idiomas Suportados 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"
    ]
}