TorrentSafe
Anonymous bit downloads, just right click the magnet link
什么是TorrentSafe?
TorrentSafe是由https://www.torrentsafe.com开发的Chrome扩展程序,该扩展的主要功能是“Anonymous bit downloads, just right click the magnet link”。
扩展截图
下载TorrentSafe扩展crx文件
下载TorrentSafe扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | TorrentSafe |
ID | lokbhemjpeifblfhlmbbojahimbmdmai |
官方URL | https://chromewebstore.google.com/detail/torrentsafe/lokbhemjpeifblfhlmbbojahimbmdmai |
简介 | Anonymous bit downloads, just right click the magnet link |
文件大小 | 31.53 KB |
安装次数 | 7,302 |
当前版本 | 0.0.6 |
更新时间 | 2022-06-25 |
上架时间 | 2016-11-28 |
评分 | 4.15/5 共33次评分 |
开发者 | https://www.torrentsafe.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.torrentsafe.com/ |
隐私政策页面URL | https://www.torrentsafe.com/privacy.html |
支持的语言 | 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\/*" ] } ] } |