TorrentSafe
Anonymous bit downloads, just right click the magnet link
TorrentSafe là gì?
TorrentSafe là một tiện ích mở rộng Chrome được phát triển bởi https://www.torrentsafe.com, và tính năng chính của nó là "Anonymous bit downloads, just right click the magnet link".
Ả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 TorrentSafe
Tải xuống các tệp mở rộng TorrentSafe 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
Easily add torrent and magnet links to your TorrentSafe.com "My Downloads" torrent cloud storage area. Fast, anonymous, and secure downloads without storage or transfer rate limits. Free users limited to 5 downloads per month. 1. Visit your favorite torrent provider 2. Right click magnet link and select "Download with TorrentSafe" 3. Visit TorrentSafe.com and select "My Downloads" to view and download your torrent files.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TorrentSafe |
ID | lokbhemjpeifblfhlmbbojahimbmdmai |
URL Chính Thức | https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai |
Mô tả | Anonymous bit downloads, just right click the magnet link |
Kích Thước Tệp | 31.53 KB |
Số Lần Cài Đặt | 7,302 |
Phiên Bản Hiện Tại | 0.0.6 |
Cập Nhật Lần Cuối | 2022-06-25 |
Ngày Phát Hành | 2016-11-28 |
Đánh Giá | 4.15/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | https://www.torrentsafe.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.torrentsafe.com/ |
URL Trang Chính Sách Bảo Mật | https://www.torrentsafe.com/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TorrentSafe", "description": "Anonymous bit downloads, just right click the magnet link", "version": "0.0.6", "manifest_version": 3, "default_locale": "en", "host_permissions": [ "https:\/\/www.torrentsafe.com\/" ], "background": { "service_worker": "background.js" }, "permissions": [ "storage", "contextMenus" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" } }, "icons": { "16": "\/images\/icon-16.png", "32": "\/images\/icon-32.png", "48": "\/images\/icon-48.png", "128": "\/images\/icon-128.png" }, "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [ "https:\/\/*.torrentsafe.com\/*" ] } ] } |