Twitter Scraper

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

Twitter Scraper क्या है?

Twitter Scraper Copsule द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension for scraping X (formerly known as Twitter profile)"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitter Scraper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}