Exporting X

Easily export posts, followers, people you follow, and bookmarks from X/Twitter and download them to a CSV file.

Exporting X là gì?

Exporting X là một tiện ích mở rộng Chrome được phát triển bởi Playbooks, và tính năng chính của nó là "Easily export posts, followers, people you follow, and bookmarks from X/Twitter and download them to a CSV file.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Exporting X

Tải xuống các tệp mở rộng Exporting X dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Exporting X Exporting X
ID mpjgajlagnhphpcmelfacjaccjeocbdb
URL Chính Thức https://chromewebstore.google.com/detail/exporting-x/mpjgajlagnhphpcmelfacjaccjeocbdb
Mô tả Easily export posts, followers, people you follow, and bookmarks from X/Twitter and download them to a CSV file.
Kích Thước Tệp 91.11 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 0.0.2
Cập Nhật Lần Cuối 2023-11-21
Ngày Phát Hành 2023-09-19
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Playbooks
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://exportingx.com
URL Trang Chính Sách Bảo Mật https://playbooks.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}