Torrentdrive

Add url magnet and url .torrent to Torrentdrive

ما هو Torrentdrive؟

Torrentdrive هو إضافة Chrome تم تطويرها بواسطة https://torrentdrive.io، والميزة الرئيسية لها هي "Add url magnet and url .torrent to Torrentdrive".

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

screenshot

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

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

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

                        This extension allows you to add magnet links or .torrent links directly to the transfer page.
And Torrentdrive also allows you:
- Download your torrents from our cloud server. 
- Automatic virus scanning.
- Automatic encoding and streaming on all your devices. 
- Organize and share your torrent in collections with your friends.
- Informations of movies and tv shows integrated.
- Integrated torrents search engine.

Registration is free.                    

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

الاسم Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
عنوان URL الرسمي https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
الوصف Add url magnet and url .torrent to Torrentdrive
حجم الملف 6.51 KB
عدد التثبيتات 377
النسخة الحالية 1.3
آخر تحديث 2019-09-02
تاريخ النشر 2019-09-02
تقييم 2.00/5 مجموع تقييمات 4
المطور https://torrentdrive.io
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://torrentdrive.io/page/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Torrentdrive",
    "description": "Add url magnet and url .torrent to Torrentdrive",
    "version": "1.3",
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "icons": {
        "16": "icon-bitty.png",
        "48": "icon-small.png",
        "128": "icon-large.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-bitty.png"
    },
    "manifest_version": 2
}