BitTorrent

BitTorrent Link Sender for Chrome

BitTorrent क्या है?

BitTorrent BitTorrent for Chrome द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BitTorrent Link Sender for Chrome"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में BitTorrent एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Send a link to BitTorrent Web UI and BitTorrent PC UI with one click.

Right-click on a Magnet to Add Torrent!

The BitTorrent extension allows you to send links directly to the BitTorrent UI without leaving the current page, enabling instant downloads of torrents or magnet links into a customizable set of directories within BitTorrent.                    

एक्सटेंशन की मूल जानकारी

नाम BitTorrent BitTorrent
ID aahnibhpidkdaeaplfdogejgoajkjgob
आधिकारिक URL https://chromewebstore.google.com/detail/bittorrent/aahnibhpidkdaeaplfdogejgoajkjgob
विवरण BitTorrent Link Sender for Chrome
फ़ाइल का आकार 153 KB
स्थापना संख्या 34,023
वर्तमान संस्करण 13.0.0.2
अंतिम अपडेट 2024-02-28
प्रकाशन तिथि 2019-09-29
रेटिंग 4.46/5 कुल 80 रेटिंग्स
डेवलपर BitTorrent for Chrome
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ id,de,en,en-GB,en-US,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "BitTorrent",
        "default_icon": "res\/icon96.png"
    },
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "res\/icon128.png",
        "16": "res\/icon16.png",
        "48": "res\/icon48.png",
        "96": "res\/icon96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "activeTab",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "res\/icon96.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "short_name": "Bittorrent",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "13.0.0.2"
}