Exporting X
Easily export posts, followers, people you follow, and bookmarks from X/Twitter and download them to a CSV file.
Exporting X क्या है?
Exporting X Playbooks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily export posts, followers, people you follow, and bookmarks from X/Twitter and download them to a CSV file."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Exporting X एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Exporting X is a tool that you can use to quickly and easily export your data from X (Twitter) and save to a CSV file. X has their own data export, of course, but Exporting X gives you that data in a better format in an easy-to-use CSV file. You can use Exporting X to export the following data from any X.com user: - Posts (formerly Tweets) - Followers - Users you follow - Bookmarks All you need to do is enter a Twitter username, choose the type of data you want to export, and click the export button. All of the data is processed locally, and is never passed to our server. Any data you export is completely secure.
एक्सटेंशन की मूल जानकारी
नाम | Exporting X |
ID | mpjgajlagnhphpcmelfacjaccjeocbdb |
आधिकारिक URL | https://chromewebstore.google.com/detail/exporting-x/mpjgajlagnhphpcmelfacjaccjeocbdb |
विवरण | Easily export posts, followers, people you follow, and bookmarks from X/Twitter and download them to a CSV file. |
फ़ाइल का आकार | 91.11 KB |
स्थापना संख्या | 113 |
वर्तमान संस्करण | 0.0.2 |
अंतिम अपडेट | 2023-11-21 |
प्रकाशन तिथि | 2023-09-19 |
रेटिंग | 5.00/5 कुल 3 रेटिंग्स |
डेवलपर | Playbooks |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://exportingx.com |
गोपनीयता नीति पृष्ठ URL | https://playbooks.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Ian Nuttall", "description": "Easily export posts, followers, people you follow, and bookmarks from X\/Twitter and download them to a CSV file.", "name": "Exporting X", "version": "0.0.2", "manifest_version": 3, "homepage_url": "https:\/\/www.exportingx.com\/", "action": { "default_icon": { "16": "icons\/48.png", "32": "icons\/48.png" }, "default_popup": "src\/entries\/popup\/index.html" }, "background": { "service_worker": "serviceWorker.js", "type": "module" }, "host_permissions": [ "*:\/\/*.twitter.com\/*", "https:\/\/*.exportingx.com\/*" ], "icons": { "16": "icons\/48.png", "32": "icons\/48.png", "48": "icons\/48.png" }, "permissions": [ "storage", "webRequest", "scripting" ], "web_accessible_resources": [ { "resources": [ "assets\/src\/entries\/contentScript\/primary\/main-f5909b44.js", "assets\/store-b5064af6.js", "assets\/utils-6543f333.js", "assets\/store-d81981cb.css", "src\/entries\/contentScript\/primary\/main.js" ], "matches": [ " |