BitTorrent

BitTorrent Link Sender for Chrome

什么是BitTorrent?

BitTorrent是由BitTorrent for Chrome开发的Chrome扩展程序,该扩展的主要功能是“BitTorrent Link Sender for Chrome”。

扩展截图

screenshot
screenshot
screenshot

下载BitTorrent扩展crx文件

下载BitTorrent扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
}