Add Torrent To

Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.

Qu'est-ce que Add Torrent To ?

Add Torrent To est une extension Chrome développée par gchristnsn, et sa fonction principale est "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Add Torrent To

Téléchargez les fichiers d'extension Add Torrent To 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

                        Add Torrent To is a minimalist browser extension that allows to instantly begin a download of the torrent content into a configurable set of directories available from the browser context menu. It is useful for preventing clutter in the download directory.                    

Informations de Base sur l'Extension

Nom Add Torrent To Add Torrent To
ID jlbkggamnpibjmibgcohffcncainphbj
URL Officiel https://chromewebstore.google.com/detail/add-torrent-to/jlbkggamnpibjmibgcohffcncainphbj
Description Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.
Taille du Fichier 237 KB
Nombre d'Installations 2,342
Version Actuelle 0.4.4
Dernière Mise à Jour 2023-12-05
Date de Publication 2022-08-12
Évaluation 4.50/5 Total 2 Évaluations
Développeur gchristnsn
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://gchristensen.github.io/torrent-add/
URL de la Page d'Aide https://github.com/GChristensen/torrent-add/issues
URL de la Page de Politique de Confidentialité https://gchristensen.github.io/docs/chrome-privacy-policy.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Add Torrent To",
    "version": "0.4.4",
    "homepage_url": "https:\/\/gchristensen.github.io\/torrent-add\/",
    "description": "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.",
    "icons": {
        "16": "ui\/icons\/logo16.png",
        "48": "ui\/icons\/logo48.png",
        "96": "ui\/icons\/logo96.png",
        "128": "ui\/icons\/logo128.png"
    },
    "background": {
        "service_worker": "background_worker.js",
        "type": "module"
    },
    "options_ui": {
        "page": "ui\/options.html",
        "browser_style": true
    },
    "permissions": [
        "storage",
        "contextMenus",
        "notifications",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        ""
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "net_rules.json"
            }
        ]
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}