Transmission Web UI

A Web UI For Transmission

Transmission Web UI là gì?

Transmission Web UI là một tiện ích mở rộng Chrome được phát triển bởi zpqsunny, và tính năng chính của nó là "A Web UI For Transmission".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Transmission Web UI 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

                        Transmission modern UI interface needs to be used with Transmission RPC
how to use:

You will enter the login interface when you use it for the first time
Set the URL of Transmission RPC in the login interface
Check Authentication if there is authentication and fill in username and password
If the torrent information cannot be obtained for a long time, log out in the upper right corner and log in again
The configuration is correct, the next time you open it, it will automatically enter the seed management interface by default

The main function:

Add/remove torrents
View/manage torrent lists
View/manage file list
Manage file priority
Manage Trackers
Control download/upload speed
Select the magnet link and right click to download it quickly                    

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

Tên Transmission Web UI Transmission Web UI
ID kbpnojigbmopjjhokfbdeejefhniedlo
URL Chính Thức https://chromewebstore.google.com/detail/transmission-web-ui/kbpnojigbmopjjhokfbdeejefhniedlo
Mô tả A Web UI For Transmission
Kích Thước Tệp 1.18 MB
Số Lần Cài Đặt 210
Phiên Bản Hiện Tại 2.3.6
Cập Nhật Lần Cuối 2024-02-18
Ngày Phát Hành 2021-08-07
Đánh Giá 4.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển zpqsunny
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/zpqsunny/Transmission-Web-UI
URL Trang Trợ Giúp https://github.com/zpqsunny/Transmission-Web-UI
URL Trang Chính Sách Bảo Mật https://github.com/zpqsunny/dht/blob/main/secretright.md
Ngôn Ngữ Được Hỗ Trợ en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "2.3.6",
    "action": {
        "default_icon": {
            "16": "images\/download16.png",
            "32": "images\/download32.png"
        },
        "default_title": "Transmission Web UI"
    },
    "default_locale": "en",
    "icons": {
        "16": "images\/download16.png",
        "48": "images\/download48.png",
        "128": "images\/download128.png"
    },
    "description": "A Web UI For Transmission",
    "author": "zpq",
    "background": {
        "service_worker": "background.js"
    },
    "homepage_url": "https:\/\/github.com\/zpqsunny\/Transmission-Web-UI",
    "host_permissions": [
        "https:\/\/*\/",
        "http:\/\/*\/"
    ],
    "permissions": [
        "contextMenus",
        "background",
        "activeTab",
        "notifications"
    ]
}