Add Torrent To

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

Add Torrent Toคืออะไร?

Add Torrent To เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gchristnsn และคุณลักษณะหลักของมันคือ "Instantly add torrents to a customizable set of directories in uTorrent or qBittorrent."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Add Torrent To

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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'"
    }
}