Threads Video Downloader - Threadster
Download Threads videos and images using Threadster.
Threads Video Downloader - Threadster là gì?
Threads Video Downloader - Threadster là một tiện ích mở rộng Chrome được phát triển bởi https://threadster.app, và tính năng chính của nó là "Download Threads videos and images using Threadster.".
Ả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 Threads Video Downloader - Threadster
Tải xuống các tệp mở rộng Threads Video Downloader - Threadster 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
Threadster is an online tool to download videos and images from Threads. The Threadster extension makes it extremely easy to download media from the Threads.net website. A Download button will appear below every Thread containing media. Clicking on the Download button will take you straight to the download page where you can download any media from that particular Thread including images and videos.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Threads Video Downloader - Threadster |
ID | dbapeonhbhkmajmjgpcmlikkjnhbbncm |
URL Chính Thức | https://chromewebstore.google.com/detail/threads-video-downloader/dbapeonhbhkmajmjgpcmlikkjnhbbncm |
Mô tả | Download Threads videos and images using Threadster. |
Kích Thước Tệp | 54.75 KB |
Số Lần Cài Đặt | 252 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2023-08-26 |
Ngày Phát Hành | 2023-07-17 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://threadster.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://threadster.app |
URL Trang Trợ Giúp | https://threadster.app/contact-us |
URL Trang Chính Sách Bảo Mật | https://aculix.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.1", "description": "Download Threads videos and images using Threadster.", "name": "Threads Video Downloader - Threadster", "manifest_version": 3, "icons": { "16": "src\/icons\/icon-16.png", "32": "src\/icons\/icon-32.png", "48": "src\/icons\/icon-48.png", "128": "src\/icons\/icon-128.png" }, "action": { "default_popup": "src\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.threads.net\/*" ], "js": [ "src\/jquery.js", "src\/index.js" ], "css": [ "src\/css\/index.css" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "src\/index.js" ], "matches": [ "*:\/\/*.threads.net\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.threads.net\/*" ] } |