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 |
公式URL | 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 |
Eメール | [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" ] } ] } |