TorrentDay Batch Download
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
What is TorrentDay Batch Download?
TorrentDay Batch Download is a Chrome extension developed by parkinglotlust, and its main feature is "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files".
Extension Screenshots
Download TorrentDay Batch Download Extension CRX File
Download TorrentDay Batch Download extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Extension Basic Information
Name | TorrentDay Batch Download |
ID | ieojlpifckmdkapbcijbcfjcfpicndhp |
Official URL | https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp |
Description | Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files |
File Size | 11.82 KB |
Installation Count | 269 |
Current Version | 0.0.4 |
Last Updated | 2015-09-17 |
Publish Date | 2015-09-17 |
Rating | 3.50/5 Total 4 Ratings |
Developer | parkinglotlust |
Payment Type | free |
Supported Languages | 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" ] } ] } |