TwFollow: Export Twitter/X Followers

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

Co je TwFollow: Export Twitter/X Followers?

TwFollow: Export Twitter/X Followers je rozšíření Chrome vyvinuté https://100xtools.com, a jeho hlavní funkcí je „An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření TwFollow: Export Twitter/X Followers

Stáhněte si soubory rozšíření TwFollow: Export Twitter/X Followers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název TwFollow: Export Twitter/X Followers TwFollow: Export Twitter/X Followers
ID flmflkdglhkghnibimmihfhhephfbjfe
Oficiální URL https://chromewebstore.google.com/detail/twfollow-export-twitterx/flmflkdglhkghnibimmihfhhephfbjfe
Popis An Extension for Twitter/X, Export & download followers and following list to CSV/Excel with one click.
Velikost souboru 118 KB
Počet instalací 902
Aktuální Verze 1.14
Poslední Aktualizace 2024-02-02
Datum Vydání 2023-06-09
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář https://100xtools.com
E-mail [email protected]
Typ Platby in_app
Podporované Jazyky 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
        }
    ]
}