torrent2box

Upload torrents from your browser to your ruTorrent seedbox.

ما هو torrent2box؟

torrent2box هو إضافة Chrome تم تطويرها بواسطة peardropsoftware، والميزة الرئيسية لها هي "Upload torrents from your browser to your ruTorrent seedbox.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة torrent2box

قم بتنزيل ملفات الامتداد torrent2box بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        This extension only transfers .torrent files and magnet urls from your computer to the ruTorrent seed box that you specify in the extension options. It does not collect, track or transmit any other data.                    

معلومات أساسية عن التمديد

الاسم torrent2box torrent2box
ID cpgkjlmailbidmlkafnfjehoimkkpabn
عنوان URL الرسمي https://chromewebstore.google.com/detail/torrent2box/cpgkjlmailbidmlkafnfjehoimkkpabn
الوصف Upload torrents from your browser to your ruTorrent seedbox.
حجم الملف 435 KB
عدد التثبيتات 534
النسخة الحالية 0.0.22
آخر تحديث 2023-08-06
تاريخ النشر 2020-06-19
تقييم 5.00/5 مجموع تقييمات 5
المطور peardropsoftware
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/peardropsoftware/torrent2box
عنوان صفحة المساعدة https://github.com/peardropsoftware/torrent2box/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "torrent2box",
    "version": "0.0.22",
    "description": "Upload torrents from your browser to your ruTorrent seedbox.",
    "icons": {
        "16": "images\/icon-green-16.png",
        "48": "images\/icon-green-48.png",
        "128": "images\/icon-green-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-vendor.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html",
    "permissions": [
        "storage",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/icon-green-48.png",
                "images\/icon-red-48.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}