Torrentdrive
Add url magnet and url .torrent to Torrentdrive
Apa itu Torrentdrive?
Torrentdrive adalah ekstensi Chrome yang dikembangkan oleh https://torrentdrive.io, dan fitur utamanya adalah "Add url magnet and url .torrent to Torrentdrive".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Torrentdrive
Unduh file ekstensi Torrentdrive dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | openfjjdaedlpleplkhlkdhajpicokbb |
URL Resmi | https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb |
Deskripsi | Add url magnet and url .torrent to Torrentdrive |
Ukuran File | 6.51 KB |
Jumlah Instalasi | 377 |
Versi Saat Ini | 1.3 |
Terakhir Diperbarui | 2019-09-02 |
Tanggal Publikasi | 2019-09-02 |
Penilaian | 2.00/5 Total 4 Penilaian |
Pengembang | https://torrentdrive.io |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://torrentdrive.io/page/privacy-policy |
Bahasa yang Didukung | 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 } |