Download with Transmission

Easily download torrents via transmission client from your browser

Download with Transmission란 무엇입니까?

Download with Transmission은(는) Sevina에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Easily download torrents via transmission client from your browser"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Download with Transmission 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}