TwFollow: Export Twitter/X Followers
An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.
TwFollow: Export Twitter/X Followers란 무엇입니까?
TwFollow: Export Twitter/X Followers은(는) https://100xtools.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click."입니다.
확장 프로그램 스크린샷
TwFollow: Export Twitter/X Followers 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
🎉 TwFollow - Scraper for Twitter/X, automatically extracts followers and following from any account and exports them to CSV files, helping you to expand your business leads. 🆕 New Update ✓ You can add multiple Twitter accounts to avoid rate litmit and increase the export speed (v1.7) ✓ Support skip the downloaded data (v1.6) ✓ Auto download if went error (v1.5) ✓ Remove 100k litmit (v1.4) ✓ Add support for scraping followers and following. ✓ Upgrade extension manifest V3, more secure and stable. ✓ Fix some issues. 💡 Features ✓ Scrape followers and following of any user from Twitter. ✓ Export data to CSV files. 🎯 How it works 1. Enter a Twitter username 2. Select export type (followers or following list) 3. Click the export button 🔒 Data Privacy All data is processed in your local computer, it never passes through our web server and no one knows what you have saved. 📄 Terms TwFollow is a freemium app. You can use it for free with certain limitations. You can upgrade to the Premium version on a subscription basis. 👋 Contact If you have any issues, feel free to contact [email protected]
확장 프로그램 기본 정보
이름 | TwFollow: Export Twitter/X Followers |
ID | flmflkdglhkghnibimmihfhhephfbjfe |
공식 URL | https://chromewebstore.google.com/detail/twfollow-export-twitterx/flmflkdglhkghnibimmihfhhephfbjfe |
설명 | An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click. |
파일 크기 | 118 KB |
설치 횟수 | 902 |
현재 버전 | 1.14 |
최근 업데이트 | 2024-02-02 |
출시 날짜 | 2023-06-09 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://100xtools.com |
이메일 | [email protected] |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.14", "manifest_version": 3, "default_locale": "en", "icons": { "16": "src\/assets\/icons\/16.png", "32": "src\/assets\/icons\/32.png", "48": "src\/assets\/icons\/48.png", "128": "src\/assets\/icons\/128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/assets\/icons\/16.png", "32": "src\/assets\/icons\/32.png", "48": "src\/assets\/icons\/48.png", "128": "src\/assets\/icons\/128.png" } }, "host_permissions": [ "*:\/\/*.twitter.com\/*" ], "permissions": [ "storage", "webRequest", "scripting" ], "externally_connectable": { "matches": [ "https:\/\/100xtools.com\/*" ] }, "web_accessible_resources": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "resources": [ "assets\/index.e714a34d.js", "assets\/_commonjsHelpers.d47216dd.js", "assets\/dayjs.min.5acdaef3.js", "assets\/content.ts.18aa1f03.js", "assets\/utils.3a419ebe.js", "assets\/subscription.00f72101.js", "assets\/message.9e1cc2e5.js", "assets\/twitter.ts.acf3a28e.js", "assets\/Twitter.inject.css" ], "use_dynamic_url": true } ] } |