Magnet Link and .torrent to Transmission

One click to send magnet links and .torrent to your Transmission server

Magnet Link and .torrent to Transmission là gì?

Magnet Link and .torrent to Transmission là một tiện ích mở rộng Chrome được phát triển bởi bmpenuelas, và tính năng chính của nó là "One click to send magnet links and .torrent to your Transmission server".

Ả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 Magnet Link and .torrent to Transmission

Tải xuống các tệp mở rộng Magnet Link and .torrent to Transmission 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

                        With this extension, clicking a Magnet Link or a link to a .torrent file will send the torrent to your Transmission Server.

- Replaces the default behavior when clicking torrent links.
- Default behavior can still be used with right click or mouse-wheel click.
- A message confirming whether the torrent was successfully added is shown.
- Click the extension button to open the Transmission Web Interface.                    

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

Tên Magnet Link and .torrent to Transmission Magnet Link and .torrent to Transmission
ID ldegpcdakhgalgehkaegdcmmgnneiekh
URL Chính Thức https://chromewebstore.google.com/detail/magnet-link-and-torrent-t/ldegpcdakhgalgehkaegdcmmgnneiekh
Mô tả One click to send magnet links and .torrent to your Transmission server
Kích Thước Tệp 1.12 MB
Số Lần Cài Đặt 9,000
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2020-12-13
Ngày Phát Hành 2019-08-16
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển bmpenuelas
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.freeprivacypolicy.com/privacy/view/4e60134f38c1b535a7243779d251f1a5
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnet Link and .torrent to Transmission",
    "short_name": "Torrent2TS",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "One click to send magnet links and .torrent to your Transmission server",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Magnet link to Transmission"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/vendor\/jquery-3.3.1.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}