torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

torrent2box란 무엇입니까?

torrent2box은(는) peardropsoftware에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Upload torrents from your browser to your ruTorrent seedbox."입니다.

확장 프로그램 스크린샷

screenshot

torrent2box 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension only transfers .torrent files and magnet urls from your computer to the ruTorrent seed box that you specify in the extension options. It does not collect, track or transmit any other data.                    

확장 프로그램 기본 정보

이름 torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
공식 URL https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
설명 Upload torrents from your browser to your ruTorrent seedbox.
파일 크기 435 KB
설치 횟수 534
현재 버전 0.0.22
최근 업데이트 2023-08-06
출시 날짜 2020-06-19
평점 5.00/5 총 5 개의 평점
개발자 peardropsoftware
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/peardropsoftware/torrent2box
도움말 페이지 URL https://github.com/peardropsoftware/torrent2box/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "torrent2box",
    "version": "0.0.22",
    "description": "Upload torrents from your browser to your ruTorrent seedbox.",
    "icons": {
        "16": "images\/icon-green-16.png",
        "48": "images\/icon-green-48.png",
        "128": "images\/icon-green-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-vendor.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-green-48.png",
                "images\/icon-red-48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}