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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
        }
    ]
}