Transmission Web UI

A Web UI For Transmission

什麼是Transmission Web UI?

Transmission Web UI是由zpqsunny開發的Chrome擴展程式,該擴展的主要功能是“A Web UI For Transmission”。

擴展截圖

screenshot
screenshot

下載Transmission Web UI擴展crx文件

下載Transmission Web UI擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Transmission Web UI Transmission Web UI
ID kbpnojigbmopjjhokfbdeejefhniedlo
官方網址 https://chromewebstore.google.com/detail/transmission-web-ui/kbpnojigbmopjjhokfbdeejefhniedlo
簡介 A Web UI For Transmission
檔案大小 1.18 MB
安裝次數 210
目前版本 2.3.6
更新時間 2024-02-18
上架時間 2021-08-07
評分 4.50/5 共 2 次評分
開發者 zpqsunny
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/zpqsunny/Transmission-Web-UI
說明頁面URL https://github.com/zpqsunny/Transmission-Web-UI
隱私政策頁面URL https://github.com/zpqsunny/dht/blob/main/secretright.md
支援的語言 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"
    ]
}