Utorrent For Chrome - Integration Module

Integration Module For Utorrent, Utorrent For Chrome

Utorrent For Chrome - Integration Module란 무엇입니까?

Utorrent For Chrome - Integration Module은(는) Utorrent에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Integration Module For Utorrent, Utorrent For Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Utorrent For Chrome - Integration Module 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Utorrent is the most popular torrent program, as you know. This plugin works integrated with the utorrent program. You can easily add a link to the Utorrent program and start downloading.
This program does not download everything on the site and can download images, videos, etc., with a torrent download link. The default search engine is bing and bing is easier to use.

The utorrent program must be installed on your computer. You can download the current Desktop version from the Utorrent site if it is not installed.

Enter the following information in the Utorrent program. There is an illustrated explanation on our site.
Advanced | Web UI | Enable Web UI – Username and password. Port number.

Install our extension Utorrent For Chrome - Integration Module.

Go to torrent sites, right-click, and press the "ADD TORRENT" button.                    

확장 프로그램 기본 정보

이름 Utorrent For Chrome - Integration Module Utorrent For Chrome - Integration Module
ID oeahfgfmnkihbleheokmoojhgahcekpp
공식 URL https://chromewebstore.google.com/detail/utorrent-for-chrome-integ/oeahfgfmnkihbleheokmoojhgahcekpp
설명 Integration Module For Utorrent, Utorrent For Chrome
파일 크기 181 KB
설치 횟수 20,000
현재 버전 0.0.3
최근 업데이트 2023-12-05
출시 날짜 2023-08-05
평점 4.48/5 총 23 개의 평점
개발자 Utorrent
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://newapptome.com/privacy-policy
지원되는 언어 id,en,en-GB,en-US,fr,nl,vi,ca,es,it,pt-BR,pt-PT,hi,kn-IN,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_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "icon\/icon128.png",
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "96": "icon\/icon96.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Search",
            "keyword": "Search",
            "search_url": "https:\/\/www.howtodowork.com\/wp-json\/wl\/v1\/search?q={searchTerms}",
            "favicon_url": "https:\/\/www.howtodowork.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "open_in_tab": true,
        "page": "options\/options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications"
    ],
    "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": "0.0.3"
}