Trackerless Magnet URI

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

Co to jest Trackerless Magnet URI?

Trackerless Magnet URI to rozszerzenie Chrome opracowane przez Aleksandersen, a jego główną funkcją jest „Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Trackerless Magnet URI

Pobierz pliki rozszerzeń Trackerless Magnet URI w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Trackerless Magnet URI Trackerless Magnet URI
ID cbgknijdfgfcmpolciiaepbeeimioofa
Oficjalny URL https://chromewebstore.google.com/detail/trackerless-magnet-uri/cbgknijdfgfcmpolciiaepbeeimioofa
Opis Rewrites all Magnet URI links to forces BitTorrent clients to use trackerless rather than server-assisted peer-discovery.
Rozmiar pliku 5.87 KB
Liczba instalacji 1,275
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2019-01-23
Data Publikacji 2019-01-22
Ocena 2.33/5 Łącznie 3 Oceny
Deweloper Aleksandersen
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.daniel.priv.no/web-extensions/trackerless-magnets.html
Obsługiwane Języki 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"
            ]
        }
    ]
}