WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Bulk Twitter/X Tweets Replies Exporter

Bulk Twitter/X Tweets Replies Exporter

View on Chrome Web Store
View Bulk Twitter/X Tweets Replies Exporter Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (1 ratings)
20 views
This extension has been viewed 20 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.

Automate the scraping and exporting of comments from multiple tweet URLs directly to Excel or CSV.
Type
Extension
Users
411 users
4
XTCodeTech
View author page of XTCodeTech
Published
Published on June 6, 2024
Version 1.1.8
Manifest version
3
Updated
Updated on August 29, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Bulk Twitter/X Tweets Replies Exporter 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.1.8",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "author": "XTCodeTech",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "identity",
        "identity.email",
        "tabs",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.x.com\/*",
        "https:\/\/*.xtcodetech.com\/*"
    ],
    "action": {
        "default_title": "__MSG_appName__",
        "default_icon": "\/imgs\/icon128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "http:\/\/*.x.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "http:\/\/*.twitter.com\/*",
                "https:\/\/*.x.com\/*",
                "http:\/\/*.x.com\/*"
            ],
            "js": [
                "earlyContent.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/imgs\/icon128.png",
        "32": "\/imgs\/icon128.png",
        "48": "\/imgs\/icon128.png",
        "128": "\/imgs\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzfFywne5ZdoSz0A6qZMdcvPArFXw46BxCLO1Iydus839rdOGvuQSKtZi5YJATM7d99yQowh+Qg8IZFVv+Br0il2rToKMVkH9uRmnD5RiLhtuEHIp4jRLHlrmII8IDZHxG74D6YViO5d++CQFQwEMLHzDK5fv\/b\/5l2dFKLSlZ1zjUucoMaqs8NXoDiRUkjRW7UhW+EEDkTi1SuRI5hUagSpple06ruHX2sspmTVGZktukiiBswDBzRPdgfnqr5JZCAGkycUFL7fibDA+ThajRVCFLPwdYmx1DCCsfqEQO31h03m4Q9JskAa1FTxfVdpnwHl5sRTo2o7wxF8mFqYpHQIDAQAB"
}
© 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