Add Torrent To

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

Wat is Add Torrent To?

Add Torrent To is een Chrome-extensie ontwikkeld door gchristnsn, en de belangrijkste functie is "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Add Torrent To

Download Add Torrent To-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

                        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.                    

Basisinformatie over de Extensie

Naam Add Torrent To Add Torrent To
ID jlbkggamnpibjmibgcohffcncainphbj
Officiële URL https://chromewebstore.google.com/detail/add-torrent-to/jlbkggamnpibjmibgcohffcncainphbj
Beschrijving Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.
Bestandsgrootte 237 KB
Aantal Installaties 2,342
Huidige Versie 0.4.4
Laatst Bijgewerkt 2023-12-05
Publicatiedatum 2022-08-12
Beoordeling 4.50/5 Totaal 2 Beoordelingen
Ontwikkelaar gchristnsn
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://gchristensen.github.io/torrent-add/
Help Pagina-URL https://github.com/GChristensen/torrent-add/issues
URL van de Privacybeleid Pagina https://gchristensen.github.io/docs/chrome-privacy-policy.html
Ondersteunde Talen 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'"
    }
}