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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Aleksandersen และคุณลักษณะหลักของมันคือ "Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trackerless Magnet URI
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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" ] } ] } |