TorrentDay Batch Download

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

Cos'è TorrentDay Batch Download?

TorrentDay Batch Download è un'estensione di Chrome sviluppata da parkinglotlust, e la sua funzione principale è "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione TorrentDay Batch Download

Scarica i file di estensione TorrentDay Batch Download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome TorrentDay Batch Download TorrentDay Batch Download
ID ieojlpifckmdkapbcijbcfjcfpicndhp
URL Ufficiale https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp
Descrizione Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Dimensione del File 11.82 KB
Conteggio Installazioni 269
Versione Corrente 0.0.4
Ultimo Aggiornamento 2015-09-17
Data di Pubblicazione 2015-09-17
Valutazione 3.50/5 Totale 4 Valutazioni
Sviluppatore parkinglotlust
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}