Add Torrent To

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

Cos'è Add Torrent To?

Add Torrent To è un'estensione di Chrome sviluppata da gchristnsn, e la sua funzione principale è "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Add Torrent To

Scarica i file di estensione Add Torrent To 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Add Torrent To Add Torrent To
ID jlbkggamnpibjmibgcohffcncainphbj
URL Ufficiale https://chromewebstore.google.com/detail/add-torrent-to/jlbkggamnpibjmibgcohffcncainphbj
Descrizione Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.
Dimensione del File 237 KB
Conteggio Installazioni 2,342
Versione Corrente 0.4.4
Ultimo Aggiornamento 2023-12-05
Data di Pubblicazione 2022-08-12
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore gchristnsn
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gchristensen.github.io/torrent-add/
URL della Pagina di Aiuto https://github.com/GChristensen/torrent-add/issues
URL della Pagina della Politica sulla Privacy https://gchristensen.github.io/docs/chrome-privacy-policy.html
Lingue Supportate 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'"
    }
}