BitTorrent

BitTorrent Link Sender for Chrome

BitTorrent là gì?

BitTorrent là một tiện ích mở rộng Chrome được phát triển bởi BitTorrent for Chrome, và tính năng chính của nó là "BitTorrent Link Sender for Chrome".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng BitTorrent

Tải xuống các tệp mở rộng BitTorrent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BitTorrent BitTorrent
ID aahnibhpidkdaeaplfdogejgoajkjgob
URL Chính Thức https://chromewebstore.google.com/detail/bittorrent/aahnibhpidkdaeaplfdogejgoajkjgob
Mô tả BitTorrent Link Sender for Chrome
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 34,023
Phiên Bản Hiện Tại 13.0.0.2
Cập Nhật Lần Cuối 2024-02-28
Ngày Phát Hành 2019-09-29
Đánh Giá 4.46/5 Tổng số 80 Đánh Giá
Nhà Phát Triển BitTorrent for Chrome
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}