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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้านโยบายความเป็นส่วนตัว 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
}