Magnet Link and .torrent to Transmission

One click to send magnet links and .torrent to your Transmission server

Magnet Link and .torrent to Transmission란 무엇입니까?

Magnet Link and .torrent to Transmission은(는) bmpenuelas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "One click to send magnet links and .torrent to your Transmission server"입니다.

확장 프로그램 스크린샷

screenshot

Magnet Link and .torrent to Transmission 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        With this extension, clicking a Magnet Link or a link to a .torrent file will send the torrent to your Transmission Server.

- Replaces the default behavior when clicking torrent links.
- Default behavior can still be used with right click or mouse-wheel click.
- A message confirming whether the torrent was successfully added is shown.
- Click the extension button to open the Transmission Web Interface.                    

확장 프로그램 기본 정보

이름 Magnet Link and .torrent to Transmission Magnet Link and .torrent to Transmission
ID ldegpcdakhgalgehkaegdcmmgnneiekh
공식 URL https://chromewebstore.google.com/detail/magnet-link-and-torrent-t/ldegpcdakhgalgehkaegdcmmgnneiekh
설명 One click to send magnet links and .torrent to your Transmission server
파일 크기 1.12 MB
설치 횟수 9,000
현재 버전 0.0.5
최근 업데이트 2020-12-13
출시 날짜 2019-08-16
평점 4.00/5 총 4 개의 평점
개발자 bmpenuelas
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.freeprivacypolicy.com/privacy/view/4e60134f38c1b535a7243779d251f1a5
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnet Link and .torrent to Transmission",
    "short_name": "Torrent2TS",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "One click to send magnet links and .torrent to your Transmission server",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Magnet link to Transmission"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/vendor\/jquery-3.3.1.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}