TorrentDay Batch Download
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Apa itu TorrentDay Batch Download?
TorrentDay Batch Download adalah ekstensi Chrome yang dikembangkan oleh parkinglotlust, dan fitur utamanya adalah "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi TorrentDay Batch Download
Unduh file ekstensi TorrentDay Batch Download 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
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Informasi Dasar Ekstensi
Nama | TorrentDay Batch Download |
ID | ieojlpifckmdkapbcijbcfjcfpicndhp |
URL Resmi | https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp |
Deskripsi | Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files |
Ukuran File | 11.82 KB |
Jumlah Instalasi | 269 |
Versi Saat Ini | 0.0.4 |
Terakhir Diperbarui | 2015-09-17 |
Tanggal Publikasi | 2015-09-17 |
Penilaian | 3.50/5 Total 4 Penilaian |
Pengembang | parkinglotlust |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "TorrentDay Batch Download", "version": "0.0.4", "manifest_version": 2, "browser_action": { "default_icon": "icon.png", "default_title": "TorrentDay Batch Download", "default_popup": "about.html" }, "permissions": [ "storage", "downloads" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.torrentday.com\/*", "https:\/\/www.torrentday.com\/*", "http:\/\/torrentday\/*" ], "js": [ "content.js" ] } ] } |