Download with Transmission

Easily download torrents via transmission client from your browser

Download with Transmission क्या है?

Download with Transmission Sevina द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily download torrents via transmission client from your browser"।

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

screenshot
screenshot

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

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

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

                        Download with Transmission extension lets you easily send torrent links (magnets or hash codes) from your browser to the transmission client on your machine. Transmission is a software that enables you to download torrents to your machine (PC, Mac, or Linux). This add-on simply connects your browser to the transmission client.

To work with this addon, simply right-click on a torrent link and then click on the - Download with Transmission - from context-menu. Please note that to work with this add-on you need to have transmission software installed on your machine. There are also several settings in the add-on's options page that you can adjust.

Note 1: Download with Transmission extension, does NOT belong or relate to the Transmission software or website at all. It is an unofficial add-on that is developed and maintained independently by its author.

Note 2: if you do not have Transmission software please visit this (https://transmissionbt.com/download/) page to download the software.

Note 3: to read the privacy policy for this addon, please follow this link: https://mybrowseraddon.com/privacy-policy/developer/sevina.html

Note 4: if you found a bug to report or have a feature request in mind, please fill out the bug report form on the add-on's homepage (https://mybrowseraddon.com/download-with-transmission.html).                    

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

नाम Download with Transmission Download with Transmission
ID cgfjcfeegijdhnophkehgdfebnejendl
आधिकारिक URL https://chromewebstore.google.com/detail/download-with-transmissio/cgfjcfeegijdhnophkehgdfebnejendl
विवरण Easily download torrents via transmission client from your browser
फ़ाइल का आकार 17.27 KB
स्थापना संख्या 2,103
वर्तमान संस्करण 0.1.3
अंतिम अपडेट 2023-11-15
प्रकाशन तिथि 2018-11-05
रेटिंग 3.00/5 कुल 3 रेटिंग्स
डेवलपर Sevina
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/download-with-transmission.html
सहायता पृष्ठ URL https://mybrowseraddon.com/download-with-transmission.html
गोपनीयता नीति पृष्ठ URL https://mybrowseraddon.com/privacy-policy/developer/sevina.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.3",
    "manifest_version": 3,
    "name": "Download with Transmission",
    "host_permissions": [
        "http:\/\/127.0.0.1\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/download-with-transmission.html",
    "description": "Easily download torrents via transmission client from your browser",
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}