Twitter video downloader
Download twitter videos in best quality with one simple click
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 mstfsnc, và tính năng chính của nó là "Download twitter videos in best quality with one simple click".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
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
1 - After installation, you will see a download icon under every tweet, which contains a video. 2 - Simply press download icon. 3 - Video will be downloaded when loading complete.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitter video downloader |
ID | akmdionenlnfcipmdhbhcnkighafmdha |
URL Chính Thức | https://chromewebstore.google.com/detail/twitter-video-downloader/akmdionenlnfcipmdhbhcnkighafmdha |
Mô tả | Download twitter videos in best quality with one simple click |
Kích Thước Tệp | 21.08 KB |
Số Lần Cài Đặt | 33,270 |
Phiên Bản Hiện Tại | 2.17.1 |
Cập Nhật Lần Cuối | 2024-03-05 |
Ngày Phát Hành | 2020-07-22 |
Đánh Giá | 4.55/5 Tổng số 128 Đánh Giá |
Nhà Phát Triển | mstfsnc |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mstfsnc/twitter-video-downloader |
URL Trang Trợ Giúp | https://github.com/mstfsnc/twitter-video-downloader/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.17.1", "description": "Download twitter videos in best quality with one simple click", "name": "Twitter video downloader", "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ], "js": [ "inject.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "content.js" ], "matches": [ "*:\/\/*.twitter.com\/*", "*:\/\/*.x.com\/*" ] } ] } |