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
电子邮箱 [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"
    }
}