Add Torrent To

Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.

Add Torrent To là gì?

Add Torrent To là một tiện ích mở rộng Chrome được phát triển bởi gchristnsn, và tính năng chính của nó là "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.".

Ả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 Add Torrent To

Tải xuống các tệp mở rộng Add Torrent To 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

                        Add Torrent To is a minimalist browser extension that allows to instantly begin a download of the torrent content into a configurable set of directories available from the browser context menu. It is useful for preventing clutter in the download directory.                    

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

Tên Add Torrent To Add Torrent To
ID jlbkggamnpibjmibgcohffcncainphbj
URL Chính Thức https://chromewebstore.google.com/detail/add-torrent-to/jlbkggamnpibjmibgcohffcncainphbj
Mô tả Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.
Kích Thước Tệp 237 KB
Số Lần Cài Đặt 2,342
Phiên Bản Hiện Tại 0.4.4
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2022-08-12
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển gchristnsn
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gchristensen.github.io/torrent-add/
URL Trang Trợ Giúp https://github.com/GChristensen/torrent-add/issues
URL Trang Chính Sách Bảo Mật https://gchristensen.github.io/docs/chrome-privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add Torrent To",
    "version": "0.4.4",
    "homepage_url": "https:\/\/gchristensen.github.io\/torrent-add\/",
    "description": "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.",
    "icons": {
        "16": "ui\/icons\/logo16.png",
        "48": "ui\/icons\/logo48.png",
        "96": "ui\/icons\/logo96.png",
        "128": "ui\/icons\/logo128.png"
    },
    "background": {
        "service_worker": "background_worker.js",
        "type": "module"
    },
    "options_ui": {
        "page": "ui\/options.html",
        "browser_style": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "net_rules.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}