Torrentdrive

Add url magnet and url .torrent to Torrentdrive

Torrentdrive là gì?

Torrentdrive là một tiện ích mở rộng Chrome được phát triển bởi https://torrentdrive.io, và tính năng chính của nó là "Add url magnet and url .torrent to Torrentdrive".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Torrentdrive

Tải xuống các tệp mở rộng Torrentdrive dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Torrentdrive Torrentdrive
ID openfjjdaedlpleplkhlkdhajpicokbb
URL Chính Thức https://chrome.google.com/webstore/detail/torrentdrive/openfjjdaedlpleplkhlkdhajpicokbb
Mô tả Add url magnet and url .torrent to Torrentdrive
Kích Thước Tệp 6.51 KB
Số Lần Cài Đặt 377
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-09-02
Ngày Phát Hành 2019-09-02
Đánh Giá 2.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://torrentdrive.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://torrentdrive.io/page/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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
}