Trackerless Magnet URI
Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.
什麼是Trackerless Magnet URI?
Trackerless Magnet URI是由Aleksandersen開發的Chrome擴展程式,該擴展的主要功能是“Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.”。
擴展截圖
下載Trackerless Magnet URI擴展crx文件
下載Trackerless Magnet URI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The purpose of this extension is to reduce the BitTorrent network’s use of and dependency on centralized trackers and web seeds. Both of which can allow for centralized monitoring of BitTorrent users, and act as a single point of failure. Downloads may be initially slower as peer-discovery can take a bit longer if your client hasn’t been running in a little while. The extension is also available in the Firefox Add-on Gallery.
擴展基本資訊
名稱 | Trackerless Magnet URI |
ID | cbgknijdfgfcmpolciiaepbeeimioofa |
官方網址 | https://chromewebstore.google.com/detail/trackerless-magnet-uri/cbgknijdfgfcmpolciiaepbeeimioofa |
簡介 | Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery. |
檔案大小 | 5.87 KB |
安裝次數 | 1,275 |
目前版本 | 1.0.2 |
更新時間 | 2019-01-23 |
上架時間 | 2019-01-22 |
評分 | 2.33/5 共 3 次評分 |
開發者 | Aleksandersen |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://www.daniel.priv.no/web-extensions/trackerless-magnets.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.2", "name": "Trackerless Magnet URI", "short_name": "Short Magnet", "description": "Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.", "author": "Geeky Software", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "incognito": "spanning", "offline_enabled": true, "homepage_url": "https:\/\/www.geeky.software\/browser-extensions\/trackerless-magnets", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "data\/content-script.js" ] } ] } |