QbitTorrent Client

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

QbitTorrent Client क्या है?

QbitTorrent Client Sandri sro द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Browser Extension for managing your torrent servers and be notified of changes."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में QbitTorrent Client एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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'"
}