Twitter Scraper
Chrome extension for scraping X (formerly known as Twitter profile)
What is Twitter Scraper?
Twitter Scraper is a Chrome extension developed by Copsule, and its main feature is "Chrome extension for scraping X (formerly known as Twitter profile)".
Extension Screenshots
Download Twitter Scraper Extension CRX File
Download Twitter Scraper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Twitter Scraper |
ID | cedomiiokkcmbeoekchahgmfcppnclal |
Official URL | https://chromewebstore.google.com/detail/twitter-scraper/cedomiiokkcmbeoekchahgmfcppnclal |
Description | Chrome extension for scraping X (formerly known as Twitter profile) |
File Size | 1.36 MB |
Installation Count | 2,356 |
Current Version | 0.0.4 |
Last Updated | 2023-12-06 |
Publish Date | 2022-12-17 |
Rating | 4.13/5 Total 8 Ratings |
Developer | Copsule |
[email protected] | |
Payment Type | free |
Extension Website | https://nighthustle.co |
Supported Languages | 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" ] } |