Torrentdrive
Add url magnet and url .torrent to Torrentdrive
Что такое Torrentdrive?
Torrentdrive - это расширение Chrome, разработанное https://torrentdrive.io, и его основная функция - "Add url magnet and url .torrent to Torrentdrive".
Снимки экрана расширения
Скачать файл CRX расширения Torrentdrive
Скачайте файлы расширений 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 } |