Transmission Web UI

A Web UI For Transmission

Transmission Web UI क्या है?

Transmission Web UI zpqsunny द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Web UI For Transmission"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Transmission Web UI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    ]
}