TweetExtract - Export Tweet from any User
One click to export tweet list of any X/Twitter account, save as CSV/Excel/JSON file.
TweetExtract - Export Tweet from any Userとは何ですか?
TweetExtract - Export Tweet from any Userはallysonxによって開発されたChromeの拡張機能で、その主な機能は「One click to export tweet list of any X/Twitter account, save as CSV/Excel/JSON file.」です。
拡張機能のスクリーンショット
TweetExtract - Export Tweet from any User拡張機能のCRXファイルをダウンロード
TweetExtract - Export Tweet from any User拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Scrape and Extract tweet list of any users, Save tweet (threads / posts) list to CSV / Excel / JSON.
Save tweet thread information and all analytics data, included view count, reply count, retweet count, bookmark, favorites count, quote count.
HOW TO USE?
1. Enter a Tweet User link or User name
2. Click the start button
🔥 Upgrade
✔︎ Support X.com and Twitter.com link
✔︎ Add websites, first name and last name fields. You can find emails with domain and name by some email hunters.
✔︎ Save export history to local storage
✔︎ Continue task progress from history
👋 FAQ
https://tweetexport.extensionsfox.com/#faq
If you have any questions, please keep in touch via [email protected].
X/TWITTER AUTOMATION TOOL FAMILY
- TwScraper - Export X Follower/Following
- TwSearch - Extract X Search Result
- TwRepliesExport - Export Any Tweet Replies
- TwDM - Send Mass DM on X
🔒 DATA PRIVACY
All data is processed in your local computer, never passing through our web server, and no one knows what you save. 拡張機能の基本情報
| 名前 | |
| ID | aokgkfmlcopoihbnjjobmkkebimoklim |
| 公式URL | https://chromewebstore.google.com/detail/tweetextract-export-tweet/aokgkfmlcopoihbnjjobmkkebimoklim |
| 説明 | One click to export tweet list of any X/Twitter account, save as CSV/Excel/JSON file. |
| ファイルサイズ | 1.22 MB |
| インストール数 | 113 |
| 現在のバージョン | 1.1.3 |
| 最終更新日 | 2023-12-13 |
| 公開日 | 2023-09-13 |
| 評価 | 2.00/5 合計 3 レビュー |
| 開発者 | allysonx |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://tweetexport.extensionsfox.com |
| プライバシーポリシーページのURL | https://twdm.extensionsfox.com/privacy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"default_locale": "en",
"version": "1.1.3",
"homepage_url": "https:\/\/tweetexport.extensionsfox.com\/",
"action": {
"default_icon": ".\/assets\/icon-512.png",
"default_popup": ".\/dist\/popup\/index.html"
},
"icons": {
"16": ".\/assets\/icon-512.png",
"48": ".\/assets\/icon-512.png",
"128": ".\/assets\/icon-512.png"
},
"permissions": [
"storage",
"webRequest",
"unlimitedStorage"
],
"host_permissions": [
"*:\/\/*.twitter.com\/*"
],
"background": {
"service_worker": ".\/dist\/background\/index.mjs"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https:\/\/*.twitter.com\/*"
],
"js": [
".\/dist\/contentScripts\/index.global.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"dist\/contentScripts\/style.css",
"assets\/*"
],
"matches": [
" | |