Control for Transmission

A concise, lightweight and high-performance Transmission Manager and Web Extension.

Control for Transmission क्या है?

Control for Transmission https://guokai.dev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A concise, lightweight and high-performance Transmission Manager and Web Extension."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Overview
A concise, lightweight and high-performance Transmission Manager and Web Extension. It supports managing multiple remote or local Transmission at the same time, as well as adding magnet links from BitTorrent websites.

Features:
1. Concise, lightweight and high-performance: Removed some not commonly used functions; The installation package size is small; Fast page loading, low CPU and memory usage.
2. Support simultaneous management of download tasks in multiple remote Transmissions.
3. Support adding download tasks by right-clicking on magnet links in Web pages.
4. This extension doesn't require "Read and change all your data on all websites" permission.


Config Transmission:
In the option page, you can configure one or more remote or local Transmissions.

Add download tasks from web pages:
Right-click a magnet link (or select a text that is a magnet link and right-click it), then add it from the context menu.

Transmission Web Console:
1. Support filtering and searching.
2. Add a torrent: select a .torrent file or enter a magnet link.
3. Single torrent management: start, stop, delete.
4. Batch torrent management: select one or multiple torrents by mouse and keyboard shortcuts.
5. View and manage torrent files: double click a torrent.
6. In the settings, you can adjust sorting, update frequency, and other options.
7. Clicking the extension icon supports two behaviors: open in popup or a browser tab.


Note: This extension is developed and implemented by the extension author based on the RPC API provided by Transmission. It's not a transmissionbt project.                    

एक्सटेंशन की मूल जानकारी

नाम Control for Transmission Control for Transmission
ID hfhhlbapamidaibjcgdmeidlcoaoadme
आधिकारिक URL https://chromewebstore.google.com/detail/control-for-transmission/hfhhlbapamidaibjcgdmeidlcoaoadme
विवरण A concise, lightweight and high-performance Transmission Manager and Web Extension.
फ़ाइल का आकार 85.15 KB
स्थापना संख्या 524
वर्तमान संस्करण 1.0.3
अंतिम अपडेट 2023-12-28
प्रकाशन तिथि 2022-12-14
रेटिंग 4.22/5 कुल 9 रेटिंग्स
डेवलपर https://guokai.dev
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://guokai.dev/privacy
समर्थित भाषाएँ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.3",
    "author": "Guokai Han",
    "manifest_version": 3,
    "default_locale": "en",
    "minimum_chrome_version": "102",
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "optional_host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "icons": {
        "128": "icon\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_title": "__MSG_extActionTitle__",
        "default_popup": "webui.html"
    },
    "options_page": "options.html"
}