Twitter Scraper

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

ما هو Twitter Scraper؟

Twitter Scraper هو إضافة Chrome تم تطويرها بواسطة Copsule، والميزة الرئيسية لها هي "Chrome extension for scraping X (formerly known as Twitter profile)".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Twitter Scraper

قم بتنزيل ملفات الامتداد Twitter Scraper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}