XExporter - Export Twitter Followers
Export your X followers and following fast with this one click CSV scraper extension.
Τι είναι το XExporter - Export Twitter Followers;
Το XExporter - Export Twitter Followers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://extensionsbox.com, και η κύρια λειτουργία του είναι "Export your X followers and following fast with this one click CSV scraper extension.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης XExporter - Export Twitter Followers
Λήψη αρχείων επέκτασης XExporter - Export Twitter Followers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Export Your X(Formerly Twitter) Network with Ease Using XExporter Managing your network can be a hassle, especially when you want to analyze your followers or the accounts you follow. That's where the handy XExporter Chrome extension comes in. XExporter allows you to easily export your followers or following list to a CSV file, without needing any programming knowledge. Here's how it works: 1. Enter a Twitter Username Simply input any public Twitter handle into the XExporter popup window. 2. Select Export Type Choose whether you want to export the followers or following list for that user. 3. Click Export That's it! XExporter will quickly scrape the data and download a CSV file to your computer. The exported CSV file contains useful details like name, username, account creation date, bio, follower/following counts, location, and more. XExporter processes everything locally in your browser. Your data never passes through external servers, so you can rest assured of your privacy. If you need an easy way to back up or analyze your Twitter connections, give XExporter a try. The extension makes exporting followers and following lists a breeze. Disclaimer This extension is an independently developed product by ExtensionsBox and has no association with Twitter.
Βασικές Πληροφορίες Επέκτασης
Όνομα | XExporter - Export Twitter Followers |
ID | kfopfmdjhlpocbhhddjmhhboigepfpkg |
Επίσημο URL | https://chromewebstore.google.com/detail/xexporter-export-twitter/kfopfmdjhlpocbhhddjmhhboigepfpkg |
Περιγραφή | Export your X followers and following fast with this one click CSV scraper extension. |
Μέγεθος Αρχείου | 3.01 MB |
Αριθμός Εγκαταστάσεων | 318 |
Τρέχουσα Έκδοση | 1.0.3 |
Τελευταία Ενημέρωση | 2024-01-09 |
Ημερομηνία Δημοσίευσης | 2023-10-17 |
Αξιολόγηση | 3.67/5 Συνολικά 9 Αξιολογήσεις |
Προγραμματιστής | https://extensionsbox.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://xexporter.extensionsbox.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://xexporter.extensionsbox.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://xexporter.extensionsbox.com/privacy |
Υποστηριζόμενες Γλώσσες | id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "manifest_version": 3, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "storage", "identity", "webRequest" ], "host_permissions": [ "*:\/\/xexporter.extensionsbox.com\/*", "*:\/\/*.twitter.com\/*" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_popup": "popup.html", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.twitter.com\/*" ], "js": [ "contentScript.js" ], "css": [ "style.css" ], "run_at": "document_end", "all_frames": false } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxodP0L23+S7aRms356GzZXu3nA+6xpUKAlmdyHwX8MttelxxzC6dtImESeiBlAPwEfYCD668+vNM+NH704z+GDvUQt+vTjuE8Iw8\/UlvenXYELYc1EPsU4dRDZVkANBBce768Ki9VH9cA9LG72lu769fxKS+IwCoSXR6jE6oHihV8M52mF7wp5SSrb5yMjHu4EUhBr1DnPTpEQyd8rDyAxAF35OKHC4qeQMqDeeWdmSKLC7BpbpTQMCo\/El0vxssyNL4uVSr5TItQLFrE8Xzlzx3rpzt9veBZ0UpE8PuatFnKwqTXtvbctqP0qrgfwJnM0eArYO+WuxSLgfpBftYqQIDAQAB", "oauth2": { "client_id": "517750890598-vte89utmoun8vrkqfup6v0sn28bks93n.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email" ] }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "assets\/*", "libs\/*" ], "matches": [] } ] } |