Add Torrent To

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

什麼是Add Torrent To?

Add Torrent To是由gchristnsn開發的Chrome擴展程式,該擴展的主要功能是“Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.”。

擴展截圖

screenshot

下載Add Torrent To擴展crx文件

下載Add Torrent To擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Add Torrent To Add Torrent To
ID jlbkggamnpibjmibgcohffcncainphbj
官方網址 https://chromewebstore.google.com/detail/add-torrent-to/jlbkggamnpibjmibgcohffcncainphbj
簡介 Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent.
檔案大小 237 KB
安裝次數 2,342
目前版本 0.4.4
更新時間 2023-12-05
上架時間 2022-08-12
評分 4.50/5 共 2 次評分
開發者 gchristnsn
電子郵箱 [email protected]
付費類型 free
擴展官網 https://gchristensen.github.io/torrent-add/
說明頁面URL https://github.com/GChristensen/torrent-add/issues
隱私政策頁面URL https://gchristensen.github.io/docs/chrome-privacy-policy.html
支援的語言 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'"
    }
}