X Video Downloader | Fast and Free
Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use
X Video Downloader | Fast and Free là gì?
X Video Downloader | Fast and Free 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à "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use".
Ả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 X Video Downloader | Fast and Free
Tải xuống các tệp mở rộng X Video Downloader | Fast and Free 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
Meet the 'X Video Downloader' Chrome browser extension formerly known as "Twitter Video Downloader | Fast and Free" – Your ultimate tool for easily saving Twitter videos and GIFs with just a single click! Experience the speed and simplicity of content downloading on X (ex Twitter). Get started now for free! 🙌
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | X Video Downloader | Fast and Free |
ID | dknlpoinnbnmbocobocfmbanemkpmpac |
URL Chính Thức | https://chromewebstore.google.com/detail/x-video-downloader-fast-a/dknlpoinnbnmbocobocfmbanemkpmpac |
Mô tả | Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use |
Kích Thước Tệp | 31.13 KB |
Số Lần Cài Đặt | 1,300 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-10-17 |
Ngày Phát Hành | 2023-09-17 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Creative Extensions Studio |
[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ợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.0", "name": "X Video Downloader | Fast and Free", "description": "Download X Videos - Save any X (ex Twitter) video and gif with one simple click. free, fast & easy to use", "manifest_version": 3, "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.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\/*" ] } |