Torrentdrive
Add url magnet and url .torrent to Torrentdrive
Hvad er Torrentdrive?
Torrentdrive er en Chrome-udvidelse udviklet af https://torrentdrive.io, og dens hovedfunktion er "Add url magnet and url .torrent to Torrentdrive".
Udvidelsesskærmbilleder
Download Torrentdrive-udvidelses-CRX-fil
Download Torrentdrive-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | openfjjdaedlpleplkhlkdhajpicokbb |
Officiel URL | https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb |
Beskrivelse | Add url magnet and url .torrent to Torrentdrive |
Filstørrelse | 6.51 KB |
Antal Installationer | 377 |
Nuværende Version | 1.3 |
Senest Opdateret | 2019-09-02 |
Udgivelsesdato | 2019-09-02 |
Bedømmelse | 2.00/5 Samlet 4 Bedømmelser |
Udvikler | https://torrentdrive.io |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://torrentdrive.io/page/privacy-policy |
Understøttede Sprog | 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 } |