Torrentdrive
Add url magnet and url .torrent to Torrentdrive
Wat is Torrentdrive?
Torrentdrive is een Chrome-extensie ontwikkeld door https://torrentdrive.io, en de belangrijkste functie is "Add url magnet and url .torrent to Torrentdrive".
Extensie Screenshots
Download het CRX-bestand van de extensie Torrentdrive
Download Torrentdrive-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | openfjjdaedlpleplkhlkdhajpicokbb |
Officiële URL | https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb |
Beschrijving | Add url magnet and url .torrent to Torrentdrive |
Bestandsgrootte | 6.51 KB |
Aantal Installaties | 377 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2019-09-02 |
Publicatiedatum | 2019-09-02 |
Beoordeling | 2.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | https://torrentdrive.io |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://torrentdrive.io/page/privacy-policy |
Ondersteunde Talen | 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 } |