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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://github.com/GChristensen/torrent-add/issues
عنوان صفحة سياسة الخصوصية 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'"
    }
}