Trackerless Magnet URI

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

Co je Trackerless Magnet URI?

Trackerless Magnet URI je rozšíření Chrome vyvinuté Aleksandersen, a jeho hlavní funkcí je „Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Trackerless Magnet URI

Stáhněte si soubory rozšíření Trackerless Magnet URI ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Trackerless Magnet URI Trackerless Magnet URI
ID cbgknijdfgfcmpolciiaepbeeimioofa
Oficiální URL https://chromewebstore.google.com/detail/trackerless-magnet-uri/cbgknijdfgfcmpolciiaepbeeimioofa
Popis Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.
Velikost souboru 5.87 KB
Počet instalací 1,275
Aktuální Verze 1.0.2
Poslední Aktualizace 2019-01-23
Datum Vydání 2019-01-22
Hodnocení 2.33/5 Celkem 3 Hodnocení
Vývojář Aleksandersen
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.daniel.priv.no/web-extensions/trackerless-magnets.html
Podporované Jazyky 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"
            ]
        }
    ]
}