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.
擴展基本資訊
名稱 | Twitter Scraper |
ID | cedomiiokkcmbeoekchahgmfcppnclal |
官方網址 | 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" ] } |