QbitTorrent Client

A Browser Extension for managing your torrent servers and be notified of changes.

QbitTorrent Client란 무엇입니까?

QbitTorrent Client은(는) Sandri sro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A Browser Extension for managing your torrent servers and be notified of changes."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Only QbitTorrent is currently supported. 

How to use self signed cert:
1. Open Chrome settings, scroll to the bottom, and click Show advanced settings...
2. Under HTTPS/SSL, click Manage certificates...
3. Click the Trusted Root Certification Authorities tab, then click the Import... button. This opens the Certificate Import Wizard. Click Next to get to the File to Import screen.
4. Click Browse... and select the certificate file you saved earlier, then click Next.
5. Select Place all certificates in the following store. The selected store should be Trusted Root Certification Authorities. If it isn't, click Browse... and select it. Click Next and Finish
6. Click Yes on the security warning.

If you want to support me by the development of this extension. 
Please donating at: https://paypal.me/QBitExtention                    

확장 프로그램 기본 정보

이름 QbitTorrent Client QbitTorrent Client
ID bnajgmchnmlnjggkflnpjllgpjbckoja
공식 URL https://chromewebstore.google.com/detail/qbittorrent-client/bnajgmchnmlnjggkflnpjllgpjbckoja
설명 A Browser Extension for managing your torrent servers and be notified of changes.
파일 크기 3.07 MB
설치 횟수 5,216
현재 버전 0.0.8
최근 업데이트 2021-03-14
출시 날짜 2020-09-18
평점 3.00/5 총 15 개의 평점
개발자 Sandri sro
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "QbitTorrent Client",
    "homepage_url": "https:\/\/www.qbittorrent.org\/",
    "description": "A Browser Extension for managing your torrent servers and be notified of changes.",
    "default_locale": "en",
    "permissions": [
        "storage",
        "*:\/\/*\/*",
        "notifications",
        "contextMenus"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "19": "icons\/19.png",
            "38": "icons\/38.png"
        }
    },
    "options_ui": {
        "page": "index.html#\/options",
        "chrome_style": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/contentScript.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "version": "0.0.8",
    "content_security_policy": "script-src 'self' ; object-src 'self'"
}