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ファイルをダウンロード

torrent2box拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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": [
                ""
            ]
        }
    ]
}