TwFollow: Export Twitter/X Followers
An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.
What is TwFollow: Export Twitter/X Followers?
TwFollow: Export Twitter/X Followers is a Chrome extension developed by https://100xtools.com, and its main feature is "An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.".
Extension Screenshots
Download TwFollow: Export Twitter/X Followers Extension CRX File
Download TwFollow: Export Twitter/X Followers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
🎉 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]
Extension Basic Information
Name | TwFollow: Export Twitter/X Followers |
ID | flmflkdglhkghnibimmihfhhephfbjfe |
Official URL | https://chromewebstore.google.com/detail/twfollow-export-twitterx/flmflkdglhkghnibimmihfhhephfbjfe |
Description | An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click. |
File Size | 118 KB |
Installation Count | 902 |
Current Version | 1.14 |
Last Updated | 2024-02-02 |
Publish Date | 2023-06-09 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://100xtools.com |
[email protected] | |
Payment Type | in_app |
Supported Languages | 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 } ] } |