Torrent Clipper

Add torrent and magnet links to your Bittorrent client's web interface.

Torrent Clipper là gì?

Torrent Clipper là một tiện ích mở rộng Chrome được phát triển bởi Piperun, và tính năng chính của nó là "Add torrent and magnet links to your Bittorrent client's web interface.".

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Torrent Clipper 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

                        Torrent Clipper is an extension used to remotely add torrents seamlessly, 
this is an unofficial fork from the firefox version called: Torrent Control.

Supported clients:
https://github.com/piperun/torrent-clipper/wiki/Supported-Websites

Features:    
    Handle magnet links.
    Utilize store multiple servers seamlessly.
    Uses Google Sync (if enabled) to store the data.
    Specialized parsing via regex


If there's any problem please go to the support link and open an issue.




Original author:
https://github.com/Mika-/torrent-control

Original artist:
https://www.freepik.com/macrovector                    

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

Tên Torrent Clipper Torrent Clipper
ID cmhdhpcfabppigjedlenkmleklplflhp
URL Chính Thức https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp
Mô tả Add torrent and magnet links to your Bittorrent client's web interface.
Kích Thước Tệp 65.38 KB
Số Lần Cài Đặt 3,000
Phiên Bản Hiện Tại 0.2.15
Cập Nhật Lần Cuối 2021-03-07
Ngày Phát Hành 2019-08-21
Đánh Giá 4.15/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Piperun
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy
Ngôn Ngữ Được Hỗ Trợ en,fi,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Torrent Clipper",
    "version": "0.2.15",
    "description": "Add torrent and magnet links to your Bittorrent client's web interface.",
    "default_locale": "en",
    "icons": {
        "32": "icon\/default-32.png",
        "48": "icon\/default-48.png",
        "64": "icon\/default-64.png"
    },
    "options_ui": {
        "page": "view\/options.html"
    },
    "browser_action": {
        "default_area": "navbar",
        "theme_icons": [
            {
                "light": "icon\/default-light.svg",
                "dark": "icon\/default.svg",
                "size": 32
            },
            {
                "light": "icon\/default-light.svg",
                "dark": "icon\/default.svg",
                "size": 64
            }
        ]
    },
    "permissions": [
        "contextMenus",
        "cookies",
        "notifications",
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "page": "background.html"
    }
}