TorrentDay Batch Download

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

Qu'est-ce que TorrentDay Batch Download ?

TorrentDay Batch Download est une extension Chrome développée par parkinglotlust, et sa fonction principale est "Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TorrentDay Batch Download

Téléchargez les fichiers d'extension TorrentDay Batch Download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom TorrentDay Batch Download TorrentDay Batch Download
ID ieojlpifckmdkapbcijbcfjcfpicndhp
URL Officiel https://chromewebstore.google.com/detail/torrentday-batch-download/ieojlpifckmdkapbcijbcfjcfpicndhp
Description Adds checkboxes to search results on TorrentDay, allowing for batch download of torrent files
Taille du Fichier 11.82 KB
Nombre d'Installations 269
Version Actuelle 0.0.4
Dernière Mise à Jour 2015-09-17
Date de Publication 2015-09-17
Évaluation 3.50/5 Total 4 Évaluations
Développeur parkinglotlust
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}