WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
TwListExport - export Twitter/X List followers and members

TwListExport - export Twitter/X List followers and members

View on Chrome Web Store
View TwListExport - export Twitter/X List followers and members Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (2 ratings)
1 new ratings
23 views
This extension has been viewed 23 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

An automated tool to extract followers and members from Twitter/X Lists to CSV or Excel with one click.
Type
Extension
Users
696 users
53
XTCodeTech
View author page of XTCodeTech
Published
Published on October 18, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on June 1, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View TwListExport - export Twitter/X List followers and members Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.2",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "author": "XTCodeTech",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "identity.email",
        "tabs",
        "storage",
        "webRequest",
        "downloads"
    ],
    "host_permissions": [
        "https:\/\/*.x.com\/*"
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": ".\/imgs\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.x.com\/*",
                "http:\/\/*.x.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/imgs\/icon128.png",
        "32": "\/imgs\/icon128.png",
        "48": "\/imgs\/icon128.png",
        "128": "\/imgs\/icon128.png"
    },
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2bZR2cFSWG3+Cr9hda1POJXj7sbOK6Z\/l6S95dL50Z0jB2pb4cziR3HD51Ga7REqkri3um044c3Yx2G3V\/5\/gNikBF7SobOMSRv7NggcryMj0i9EpukSlnz0OxUrLQ8k5J+Eeulr5Ng8QK5zvsvSVkOn8sA5HbYbHabibXvHhrXa\/t2O3P+6\/vSpmXXa5Tk\/2an6uf7Shh0nftcf4u0dTY9UGT+8hzdrublNIlWcK56tRR8E4YRJmh+QXM7bdWo9lKg5FLb3SmahENp381Hs3lr+44TjzjH+iZzwxX4XtOb24HvIhdwXTQvUyNBwPgafm2PUtjCo52XowRiUQ\/nUkwIDAQAB"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top