BitTorrent

BitTorrent Link Sender for Chrome

BitTorrent란 무엇입니까?

BitTorrent은(는) BitTorrent for Chrome에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "BitTorrent Link Sender for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

BitTorrent 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Send a link to BitTorrent Web UI and BitTorrent PC UI with one click.

Right-click on a Magnet to Add Torrent!

The BitTorrent extension allows you to send links directly to the BitTorrent UI without leaving the current page, enabling instant downloads of torrents or magnet links into a customizable set of directories within BitTorrent.                    

확장 프로그램 기본 정보

이름 BitTorrent BitTorrent
ID aahnibhpidkdaeaplfdogejgoajkjgob
공식 URL https://chromewebstore.google.com/detail/bittorrent/aahnibhpidkdaeaplfdogejgoajkjgob
설명 BitTorrent Link Sender for Chrome
파일 크기 153 KB
설치 횟수 34,023
현재 버전 13.0.0.2
최근 업데이트 2024-02-28
출시 날짜 2019-09-29
평점 4.46/5 총 80 개의 평점
개발자 BitTorrent for Chrome
이메일 [email protected]
결제 유형 free
지원되는 언어 id,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "BitTorrent",
        "default_icon": "res\/icon96.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "res\/icon128.png",
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "96": "res\/icon96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "res\/icon96.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Bittorrent",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "13.0.0.2"
}