X Media Downloader

Get videos from the user's media timeline on X (ex Twitter)

X Media Downloader là gì?

X Media Downloader là một tiện ích mở rộng Chrome được phát triển bởi Creative Extensions Studio, và tính năng chính của nó là "Get videos from the user's media timeline on X (ex Twitter)".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng X Media Downloader 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

                        🚀 Introducing the Twitter Video Downloader, your ultimate Chrome extension for hassle-free video downloads from X (ex Twitter). Say goodbye to complex procedures and waiting times. With our user-friendly extension, downloading videos from X is a breeze!
📥 Once you install our extension, a convenient download button magically appears beneath every tweet that contains a video. Just a single click, and voilà! Your chosen video is swiftly downloaded as soon as it finishes loading.
✨ To enjoy seamless operation, simply login to your X account. Start saving your favorite X videos effortlessly today!                    

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

Tên X Media Downloader X Media Downloader
ID lmjabmhgipbdbigfckmgkladhhnglmnb
URL Chính Thức https://chromewebstore.google.com/detail/x-media-downloader/lmjabmhgipbdbigfckmgkladhhnglmnb
Mô tả Get videos from the user's media timeline on X (ex Twitter)
Kích Thước Tệp 41.06 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.0.7
Cập Nhật Lần Cuối 2023-11-10
Ngày Phát Hành 2023-09-17
Đánh Giá 3.60/5 Tổng số 10 Đánh Giá
Nhà Phát Triển Creative Extensions Studio
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://sites.google.com/view/polity-extension/home
Ngôn Ngữ Được Hỗ Trợ id,de,en,fr,es,it,th,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7",
    "name": "X Media Downloader",
    "description": "__MSG_description__",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png",
        "256": "icons\/256.png"
    },
    "background": {
        "service_worker": "bg_service_worker.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*.twitter.com\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*"
    ]
}