Magnet Link and .torrent to Transmission

One click to send magnet links and .torrent to your Transmission server

Magnet Link and .torrent to Transmissionとは何ですか?

Magnet Link and .torrent to Transmissionはbmpenuelasによって開発されたChromeの拡張機能で、その主な機能は「One click to send magnet links and .torrent to your Transmission server」です。

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

screenshot

Magnet Link and .torrent to Transmission拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        With this extension, clicking a Magnet Link or a link to a .torrent file will send the torrent to your Transmission Server.

- Replaces the default behavior when clicking torrent links.
- Default behavior can still be used with right click or mouse-wheel click.
- A message confirming whether the torrent was successfully added is shown.
- Click the extension button to open the Transmission Web Interface.                    

拡張機能の基本情報

名前 Magnet Link and .torrent to Transmission Magnet Link and .torrent to Transmission
ID ldegpcdakhgalgehkaegdcmmgnneiekh
公式URL https://chromewebstore.google.com/detail/magnet-link-and-torrent-t/ldegpcdakhgalgehkaegdcmmgnneiekh
説明 One click to send magnet links and .torrent to your Transmission server
ファイルサイズ 1.12 MB
インストール数 9,000
現在のバージョン 0.0.5
最終更新日 2020-12-13
公開日 2019-08-16
評価 4.00/5 合計 4 レビュー
開発者 bmpenuelas
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/privacy/view/4e60134f38c1b535a7243779d251f1a5
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magnet Link and .torrent to Transmission",
    "short_name": "Torrent2TS",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "One click to send magnet links and .torrent to your Transmission server",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "options_page": "src\/options\/index.html",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Magnet link to Transmission"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/vendor\/jquery-3.3.1.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}