Twitter Scraper
Chrome extension for scraping X (formerly known as Twitter profile)
什么是Twitter Scraper?
Twitter Scraper是由Copsule开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for scraping X (formerly known as Twitter profile)”。
扩展截图
下载Twitter Scraper扩展crx文件
下载Twitter Scraper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| 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"
]
} | |