TorrentDay Batch Download

Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files

Wat is TorrentDay Batch Download?

TorrentDay Batch Download is een Chrome-extensie ontwikkeld door parkinglotlust, en de belangrijkste functie is "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie TorrentDay Batch Download

Download TorrentDay Batch Download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files                    

Basisinformatie over de Extensie

Naam TorrentDay Batch Download TorrentDay Batch Download
ID ieojlpifckmdkapbcijbcfjcfpicndhp
Officiële URL https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp
Beschrijving Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Bestandsgrootte 11.82 KB
Aantal Installaties 269
Huidige Versie 0.0.4
Laatst Bijgewerkt 2015-09-17
Publicatiedatum 2015-09-17
Beoordeling 3.50/5 Totaal 4 Beoordelingen
Ontwikkelaar parkinglotlust
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}