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开发的Chrome扩展程序,该扩展的主要功能是“Easily export posts, followers, people you follow, and bookmarks from X/Twitter and download them to a CSV file.”。

扩展截图

screenshot
screenshot
screenshot

下载Exporting X扩展crx文件

下载Exporting X扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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": [
                ""
            ],
            "use_dynamic_url": true
        }
    ]
}