Twitter Video Downloader

Click a button to download a video on a Twitter post, even on private profiles.

Twitter Video Downloader là gì?

Twitter Video Downloader là một tiện ích mở rộng Chrome được phát triển bởi Zelly Snyder, và tính năng chính của nó là "Click a button to download a video on a Twitter post, even on private profiles.".

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

screenshot

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

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

                        A free and open source extension allowing users to download videos from Twitter posts. It even allows downloading videos from private or protected Twitter profiles, provided that you're signed in and follow that account. This extension is free and open source software with no third-party servers involved. It all runs in your browser.                    

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

Tên Twitter Video Downloader Twitter Video Downloader
ID dhfimdgkaolieflclblgaeokakkedjnk
URL Chính Thức https://chromewebstore.google.com/detail/twitter-video-downloader/dhfimdgkaolieflclblgaeokakkedjnk
Mô tả Click a button to download a video on a Twitter post, even on private profiles.
Kích Thước Tệp 46.51 KB
Số Lần Cài Đặt 2,183
Phiên Bản Hiện Tại 1.0.22
Cập Nhật Lần Cuối 2024-01-06
Ngày Phát Hành 2022-02-07
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Zelly Snyder
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/proprietary/twitter-video-downloader
URL Trang Trợ Giúp https://github.com/proprietary/twitter-video-downloader/issues
URL Trang Chính Sách Bảo Mật https://raw.githubusercontent.com/proprietary/twitter-video-downloader/main/PRIVACY.txt
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitter Video Downloader",
    "description": "Click a button to download a video on a Twitter post, even on private profiles.",
    "version": "1.0.22",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.twitter.com\/*",
        "*:\/\/twitter.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Twitter Video Downloader: Click while on a Twitter post to download its video",
        "default_icon": {
            "16": "\/images\/tvd16.png",
            "32": "\/images\/tvd32.png",
            "48": "\/images\/tvd48.png",
            "128": "\/images\/tvd128.png"
        }
    },
    "icons": {
        "16": "\/images\/tvd16.png",
        "32": "\/images\/tvd32.png",
        "48": "\/images\/tvd48.png",
        "128": "\/images\/tvd128.png"
    }
}