JSTorrent Helper extension

Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality

JSTorrent Helper extension란 무엇입니까?

JSTorrent Helper extension은(는) https://jstorrent.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality"입니다.

확장 프로그램 스크린샷

screenshot

JSTorrent Helper extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This is a browser extension that interacts with the JSTorrent BitTorrent Chrome app.

Formerly known as "JSTorrent Contextmenu extension", it adds a context menu "Add to JSTorrent" that allows you to right click on any .torrent links or magnet: links you find on the Web and have them load up in JSTorrent.

Update: Feb 22
- Removed unnecessary permissions

The new version makes using this extension even easier. It will detect if you have the partner application installed and give you a notification to install it or the free trial version.

So just give it a try and I guarantee you won't be disappointed!

Best used with JSTorrent (Paid, full version)
https://chrome.google.com/webstore/detail/jstorrent/anhdpjpojoipgpmfanmedjghaligalgb

JSTorrent is a ChromeOS torrent program that is a breeze to install and can download torrents.                    

확장 프로그램 기본 정보

이름 JSTorrent Helper extension JSTorrent Helper extension
ID bnceafpojmnimbnhamaeedgomdcgnbjk
공식 URL https://chromewebstore.google.com/detail/jstorrent-helper-extensio/bnceafpojmnimbnhamaeedgomdcgnbjk
설명 Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality
파일 크기 107 KB
설치 횟수 24,082
현재 버전 0.1.0
최근 업데이트 2016-10-14
출시 날짜 2016-10-13
평점 3.81/5 총 188 개의 평점
개발자 https://jstorrent.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kzahel/jstorrent
도움말 페이지 URL https://github.com/kzahel/jstorrent/issues
개인정보 보호 정책 페이지 URL http://graehlarts.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "JSTorrent Helper extension",
    "short_name": "JSTorrent Helper",
    "description": "Used alongside the JSTorrent BitTorrent Chrome app, adds extra functionality",
    "version": "0.1.0",
    "manifest_version": 2,
    "minimum_chrome_version": "31",
    "permissions": [
        "contextMenus",
        "notifications"
    ],
    "externally_connectable": {
        "ids": [
            "anhdpjpojoipgpmfanmedjghaligalgb",
            "abmohcnlldaiaodkpacnldcdnjjgldfh"
        ]
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "js-16.png",
        "19": "js-19.png",
        "32": "js-32.png",
        "48": "js-48.png",
        "96": "js-96.png",
        "128": "js-128.png",
        "256": "js-256.png",
        "512": "js-512.png"
    }
}