Trackerless Magnet URI

Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.

What is Trackerless Magnet URI?

Trackerless Magnet URI is a Chrome extension developed by Aleksandersen, and its main feature is "Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.".

Extension Screenshots

screenshot

Download Trackerless Magnet URI Extension CRX File

Download Trackerless Magnet URI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Trackerless Magnet URI Trackerless Magnet URI
ID cbgknijdfgfcmpolciiaepbeeimioofa
Official URL https://chromewebstore.google.com/detail/trackerless-magnet-uri/cbgknijdfgfcmpolciiaepbeeimioofa
Description Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.
File Size 5.87 KB
Installation Count 1,275
Current Version 1.0.2
Last Updated 2019-01-23
Publish Date 2019-01-22
Rating 2.33/5 Total 3 Ratings
Developer Aleksandersen
Email [email protected]
Payment Type free
Extension Website https://www.daniel.priv.no/web-extensions/trackerless-magnets.html
Supported Languages 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"
            ]
        }
    ]
}