Torrentdrive
Add url magnet and url .torrent to Torrentdrive
什么是Torrentdrive?
Torrentdrive是由https://torrentdrive.io开发的Chrome扩展程序,该扩展的主要功能是“Add url magnet and url .torrent to Torrentdrive”。
扩展截图
下载Torrentdrive扩展crx文件
下载Torrentdrive扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 } |