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 |
公式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 |
Eメール | [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" ] } |