TorrentDay Batch Download
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
TorrentDay Batch Download là gì?
TorrentDay Batch Download là một tiện ích mở rộng Chrome được phát triển bởi parkinglotlust, và tính năng chính của nó là "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng TorrentDay Batch Download
Tải xuống các tệp mở rộng TorrentDay Batch Download dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TorrentDay Batch Download |
ID | ieojlpifckmdkapbcijbcfjcfpicndhp |
URL Chính Thức | https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp |
Mô tả | Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files |
Kích Thước Tệp | 11.82 KB |
Số Lần Cài Đặt | 269 |
Phiên Bản Hiện Tại | 0.0.4 |
Cập Nhật Lần Cuối | 2015-09-17 |
Ngày Phát Hành | 2015-09-17 |
Đánh Giá | 3.50/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | parkinglotlust |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |