TwFollow: Export Twitter/X Followers

An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.

Wat is TwFollow: Export Twitter/X Followers?

TwFollow: Export Twitter/X Followers is een Chrome-extensie ontwikkeld door https://100xtools.com, en de belangrijkste functie is "An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie TwFollow: Export Twitter/X Followers

Download TwFollow: Export Twitter/X Followers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        🎉 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]                    

Basisinformatie over de Extensie

Naam TwFollow: Export Twitter/X Followers TwFollow: Export Twitter/X Followers
ID flmflkdglhkghnibimmihfhhephfbjfe
Officiële URL https://chromewebstore.google.com/detail/twfollow-export-twitterx/flmflkdglhkghnibimmihfhhephfbjfe
Beschrijving An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.
Bestandsgrootte 118 KB
Aantal Installaties 902
Huidige Versie 1.14
Laatst Bijgewerkt 2024-02-02
Publicatiedatum 2023-06-09
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://100xtools.com
E-mail [email protected]
Betalingswijze in_app
Ondersteunde Talen 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
        }
    ]
}