Torrent Clipper

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

Torrent Clipperとは何ですか?

Torrent ClipperはPiperunによって開発されたChromeの拡張機能で、その主な機能は「Add torrent and magnet links to your Bittorrent client's web interface.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Torrent Clipper拡張機能のCRXファイルをダウンロード

Torrent Clipper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Torrent Clipper Torrent Clipper
ID cmhdhpcfabppigjedlenkmleklplflhp
公式URL https://chromewebstore.google.com/detail/torrent-clipper/cmhdhpcfabppigjedlenkmleklplflhp
説明 Add torrent and magnet links to your Bittorrent client's web interface.
ファイルサイズ 65.38 KB
インストール数 3,000
現在のバージョン 0.2.15
最終更新日 2021-03-07
公開日 2019-08-21
評価 4.15/5 合計 26 レビュー
開発者 Piperun
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://github.com/piperun/torrent-clipper/wiki/Privacy-Policy
対応言語 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"
    }
}