Torrentdrive
Add url magnet and url .torrent to Torrentdrive
Torrentdrive क्या है?
Torrentdrive https://torrentdrive.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add url magnet and url .torrent to Torrentdrive"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Torrentdrive एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to add magnet links or .torrent links directly to the transfer page. And Torrentdrive also allows you: - Download your torrents from our cloud server. - Automatic virus scanning. - Automatic encoding and streaming on all your devices. - Organize and share your torrent in collections with your friends. - Informations of movies and tv shows integrated. - Integrated torrents search engine. Registration is free.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | openfjjdaedlpleplkhlkdhajpicokbb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb |
विवरण | Add url magnet and url .torrent to Torrentdrive |
फ़ाइल का आकार | 6.51 KB |
स्थापना संख्या | 377 |
वर्तमान संस्करण | 1.3 |
अंतिम अपडेट | 2019-09-02 |
प्रकाशन तिथि | 2019-09-02 |
रेटिंग | 2.00/5 कुल 4 रेटिंग्स |
डेवलपर | https://torrentdrive.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://torrentdrive.io/page/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Torrentdrive", "description": "Add url magnet and url .torrent to Torrentdrive", "version": "1.3", "permissions": [ "contextMenus", "downloads" ], "icons": { "16": "icon-bitty.png", "48": "icon-small.png", "128": "icon-large.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-bitty.png" }, "manifest_version": 2 } |