Twitter Scraper

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

Co je Twitter Scraper?

Twitter Scraper je rozšíření Chrome vyvinuté Copsule, a jeho hlavní funkcí je „Chrome extension for scraping X (formerly known as Twitter profile)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Twitter Scraper

Stáhněte si soubory rozšíření Twitter Scraper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Twitter Scraper Twitter Scraper
ID cedomiiokkcmbeoekchahgmfcppnclal
Oficiální URL https://chromewebstore.google.com/detail/twitter-scraper/cedomiiokkcmbeoekchahgmfcppnclal
Popis Chrome extension for scraping X (formerly known as Twitter profile)
Velikost souboru 1.36 MB
Počet instalací 2,356
Aktuální Verze 0.0.4
Poslední Aktualizace 2023-12-06
Datum Vydání 2022-12-17
Hodnocení 4.13/5 Celkem 8 Hodnocení
Vývojář Copsule
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://nighthustle.co
Podporované Jazyky 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"
    ]
}