Twitter Scraper
Chrome extension for scraping X (formerly known as Twitter profile)
Twitter Scraper là gì?
Twitter Scraper là một tiện ích mở rộng Chrome được phát triển bởi Copsule, và tính năng chính của nó là "Chrome extension for scraping X (formerly known as Twitter profile)".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitter Scraper
Tải xuống các tệp mở rộng Twitter Scraper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter Scraper |
ID | cedomiiokkcmbeoekchahgmfcppnclal |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-scraper/cedomiiokkcmbeoekchahgmfcppnclal |
Mô tả | Chrome extension for scraping X (formerly known as Twitter profile) |
Kích Thước Tệp | 1.36 MB |
Số Lần Cài Đặt | 2,356 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2023-12-06 |
Ngày Phát Hành | 2022-12-17 |
Đánh Giá | 4.13/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Copsule |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://nighthustle.co |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |