QbitTorrent Client
A Browser Extension for managing your torrent servers and be notified of changes.
Co je QbitTorrent Client?
QbitTorrent Client je rozšíření Chrome vyvinuté Sandri sro, a jeho hlavní funkcí je „A Browser Extension for managing your torrent servers and be notified of changes.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření QbitTorrent Client
Stáhněte si soubory rozšíření QbitTorrent Client ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | QbitTorrent Client |
ID | bnajgmchnmlnjggkflnpjllgpjbckoja |
Oficiální URL | https://chromewebstore.google.com/detail/qbittorrent-client/bnajgmchnmlnjggkflnpjllgpjbckoja |
Popis | A Browser Extension for managing your torrent servers and be notified of changes. |
Velikost souboru | 3.07 MB |
Počet instalací | 5,216 |
Aktuální Verze | 0.0.8 |
Poslední Aktualizace | 2021-03-14 |
Datum Vydání | 2020-09-18 |
Hodnocení | 3.00/5 Celkem 15 Hodnocení |
Vývojář | Sandri sro |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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": [ " |