TorrentDay Batch Download
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Hvad er TorrentDay Batch Download?
TorrentDay Batch Download er en Chrome-udvidelse udviklet af parkinglotlust, og dens hovedfunktion er "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files".
Udvidelsesskærmbilleder
Download TorrentDay Batch Download-udvidelses-CRX-fil
Download TorrentDay Batch Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Grundlæggende oplysninger om udvidelsen
Navn | TorrentDay Batch Download |
ID | ieojlpifckmdkapbcijbcfjcfpicndhp |
Officiel URL | https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp |
Beskrivelse | Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files |
Filstørrelse | 11.82 KB |
Antal Installationer | 269 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2015-09-17 |
Udgivelsesdato | 2015-09-17 |
Bedømmelse | 3.50/5 Samlet 4 Bedømmelser |
Udvikler | parkinglotlust |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } ] } |