TwExportly: Export Tweets From Any Account

TwExportly is a Chrome extension for Twitter, allows you to export & download tweets from any account into an CSV or Excel file.

Τι είναι το TwExportly: Export Tweets From Any Account;

Το TwExportly: Export Tweets From Any Account είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://100xtools.com, και η κύρια λειτουργία του είναι "TwExportly is a Chrome extension for Twitter, allows you to export & download tweets from any account into an CSV or Excel file.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης TwExportly: Export Tweets From Any Account

Λήψη αρχείων επέκτασης TwExportly: Export Tweets From Any Account σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        🎉 While Twitter/X only permits downloading of your own tweet archive, TwExportly enables effortless exporting and downloading of tweets from any Twitter/X account. After downloading, you can export the details of each tweet to CSV for further analysis and use. The CSV file would include finely detailed information such as the text of the tweet, the number of likes and retweets it has received, the tweet type, whether it contains rich media, and the time it was created, among other details.

🎯 How it works
1. Enter a Twitter username
2. Click the export button

🔒 Data Privacy
All data is processed in your local computer, it is never passing through our web server, no one knows what you exported.

📄 Terms
TwExportly is a freemium app. You can use it for free with certain limitations. You can upgrade to the Premium version on a subscription basis.

👋 Support
[email protected]

🆕 Changelog
v2.8
fixed some bugs
v2.7
fixed some bugs
v2.5
You can now filter tweets by date.
v2.3
fixed bugs
v2.2
new features:
- auto download
- wait and retry if rate limit
v2.0
fixed bugs
v1.9
fixed some bugs                    

Βασικές Πληροφορίες Επέκτασης

Όνομα TwExportly: Export Tweets From Any Account TwExportly: Export Tweets From Any Account
ID hbibehafoapglhcgfhlpifagloecmhfh
Επίσημο URL https://chromewebstore.google.com/detail/twexportly-export-tweets/hbibehafoapglhcgfhlpifagloecmhfh
Περιγραφή TwExportly is a Chrome extension for Twitter, allows you to export & download tweets from any account into an CSV or Excel file.
Μέγεθος Αρχείου 117 KB
Αριθμός Εγκαταστάσεων 4,611
Τρέχουσα Έκδοση 2.16
Τελευταία Ενημέρωση 2024-02-02
Ημερομηνία Δημοσίευσης 2023-03-17
Αξιολόγηση 3.38/5 Συνολικά 8 Αξιολογήσεις
Προγραμματιστής https://100xtools.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://100xtools.com/twexportly?utm_source=chrome_web_store&utm_medium=extension_twexportly&utm_campaign=homepage_url
Υποστηριζόμενες Γλώσσες id,de,en,fr,nl,tr,es,it,ru,iw,hi,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "2.16",
    "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.d763c43b.js",
                "assets\/_commonjsHelpers.d47216dd.js",
                "assets\/Twitter.svelte_svelte_type_style_lang.3724433b.js",
                "assets\/content.ts.66b47d51.js",
                "assets\/subscription.4317c4b1.js",
                "assets\/twitter.ts.44eb4496.js",
                "assets\/Twitter.inject.css"
            ],
            "use_dynamic_url": true
        }
    ]
}