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 |
官方網址 | 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 } |