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."입니다.

확장 프로그램 스크린샷

screenshot

Trackerless Magnet URI 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}