YGG Torrent Searcher extension

Download a torrent directly to your folder, on a remote machine

YGG Torrent Searcher extensionとは何ですか?

YGG Torrent Searcher extensionはYooooomiによって開発されたChromeの拡張機能で、その主な機能は「Download a torrent directly to your folder, on a remote machine」です。

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

screenshot

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

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

拡張機能の使用方法

                        Allows the user to download a torrent file directly to their remote deluge folder                    

拡張機能の基本情報

名前 YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
公式URL https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
説明 Download a torrent directly to your folder, on a remote machine
ファイルサイズ 10.33 KB
インストール数 43
現在のバージョン 0.3
最終更新日 2020-09-21
公開日 2020-05-11
評価 5.00/5 合計 1 レビュー
開発者 Yooooomi
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YGG Torrent Searcher extension",
    "version": "0.3",
    "description": "Download a torrent directly to your folder, on a remote machine",
    "manifest_version": 2,
    "permissions": [
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*yggtorrent*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/favicon-16x16.png",
        "32": "icons\/favicon-32x32.png"
    }
}