Twitter Scraper

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

Vad är Twitter Scraper?

Twitter Scraper är en Chrome-tillägg utvecklad av Copsule, och dess huvudfunktion är "Chrome extension for scraping X (formerly known as Twitter profile)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Twitter Scraper-förlängningens CRX-fil

Ladda ner Twitter Scraper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Twitter Scraper Twitter Scraper
ID cedomiiokkcmbeoekchahgmfcppnclal
Officiell webbadress https://chromewebstore.google.com/detail/twitter-scraper/cedomiiokkcmbeoekchahgmfcppnclal
Beskrivning Chrome extension for scraping X (formerly known as Twitter profile)
Filstorlek 1.36 MB
Antal Installationer 2,356
Aktuell Version 0.0.4
Senast Uppdaterad 2023-12-06
Publiceringsdatum 2022-12-17
Betyg 4.13/5 Totalt 8 Betyg
Utvecklare Copsule
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://nighthustle.co
Stödda Språk 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"
    ]
}