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
官方網址 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
電子郵箱 [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"
    }
}