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 |
官方網址 | 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\/*" ] } ] } |