Utorrent For Chrome

Send Link to Utorrent For Chrome

Utorrent For Chrome là gì?

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

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Utorrent For Chrome 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

                        It is used to send a link to the utorrent program with the "Utorrent for Chrome" extension. It is not used to download content found on the sites.
It sends the link of torrent files on the sites to the program.

How to use "Utorrent for Chrome" extension?
- Utorrent computer program is installed.
- The program opens.
- Advanced in Program | Web User Interface | Username and password are determined on the page with the Web User Interface. The port number is selected.
- On the same page, the folder where the files will be saved is selected.
- The Utorrent for Chrome extension is installed and the settings on the first page are made.
- Right-click on the torrent site to download and click the "ADD TORRENT" button.
- Download link automatically goes to program.

Features
* With the this extension, you can easily send the download links to the program while browsing the sites.
* This extension does not create a new link.
* It sends the existing link on the site to the utorrent program.
* It is not used to download any content on the sites.
* The above settings are required to run the extension.
* If you cannot make the settings, they are explained in detail on our website.
* The extension is free.                    

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

Tên Utorrent For Chrome Utorrent For Chrome
ID inpepohmmdkocfcgnkokllkcgfnkbmkd
URL Chính Thức https://chrome.google.com/webstore/detail/utorrent-for-chrome/inpepohmmdkocfcgnkokllkcgfnkbmkd
Mô tả Send Link to Utorrent For Chrome
Kích Thước Tệp 94.44 KB
Số Lần Cài Đặt 65,320
Phiên Bản Hiện Tại 12.0.0.17
Cập Nhật Lần Cuối 2023-07-30
Ngày Phát Hành 2021-07-22
Đánh Giá 3.00/5 Tổng số 13 Đánh Giá
Nhà Phát Triển nurullahbgt12
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ id,de,en,en-GB,en-US,fr,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,mr,hi,bn,gu,ta,te,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": {
            "128": "icon\/icon128.png",
            "16": "icon\/icon16.png",
            "48": "icon\/icon48.png",
            "96": "icon\/icon96.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "declarativeNetRequest"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "icon\/icon96.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/localhost\/*",
        "*:\/\/*\/"
    ],
    "short_name": "Utorrent",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "12.0.0.17"
}