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.”。
擴展截圖
下載QbitTorrent Client擴展crx文件
下載QbitTorrent Client擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | bnajgmchnmlnjggkflnpjllgpjbckoja |
官方網址 | 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": [ " |