Dediseedbox Torrent Uploader
This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui
Apa itu Dediseedbox Torrent Uploader?
Dediseedbox Torrent Uploader adalah ekstensi Chrome yang dikembangkan oleh https://dediseedbox.com, dan fitur utamanya adalah "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Dediseedbox Torrent Uploader
Unduh file ekstensi Dediseedbox Torrent Uploader 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
Informasi Dasar Ekstensi
Nama | Dediseedbox Torrent Uploader |
ID | dodambeppkebncgeobibhlfblpifcgpl |
URL Resmi | https://chromewebstore.google.com/detail/dediseedbox-torrent-uploa/dodambeppkebncgeobibhlfblpifcgpl |
Deskripsi | This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui |
Ukuran File | 568 KB |
Jumlah Instalasi | 357 |
Versi Saat Ini | 0.1.2 |
Terakhir Diperbarui | 2017-02-01 |
Tanggal Publikasi | 2017-02-01 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | https://dediseedbox.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://dediseedbox.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "0.1.2", "name": "Dediseedbox Torrent Uploader", "description": "This extension will recognise a .torrent file download and upload the .torrent file to a remote server running the rutorrent webui", "permissions": [ "*:\/\/*\/*", "contextMenus", "notifications", "storage", "tabs" ], "background": { "scripts": [ "data\/background.js" ] }, "options_page": "data\/html\/options.html", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "data\/content.js" ], "run_at": "document_end", "all_frames": true } ], "page_action": { "default_icon": "data\/img\/icon16.png" }, "icons": { "16": "data\/img\/icon16.png", "48": "data\/img\/icon48.png", "128": "data\/img\/icon128.png" } } |