torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

torrent2box là gì?

torrent2box là một tiện ích mở rộng Chrome được phát triển bởi peardropsoftware, và tính năng chính của nó là "Upload torrents from your browser to your ruTorrent seedbox.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng torrent2box

Tải xuống các tệp mở rộng torrent2box dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
URL Chính Thức https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
Mô tả Upload torrents from your browser to your ruTorrent seedbox.
Kích Thước Tệp 435 KB
Số Lần Cài Đặt 534
Phiên Bản Hiện Tại 0.0.22
Cập Nhật Lần Cuối 2023-08-06
Ngày Phát Hành 2020-06-19
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển peardropsoftware
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/peardropsoftware/torrent2box
URL Trang Trợ Giúp https://github.com/peardropsoftware/torrent2box/issues
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}