YGG Torrent Searcher extension

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

What is YGG Torrent Searcher extension?

YGG Torrent Searcher extension is a Chrome extension developed by Yooooomi, and its main feature is "Download a torrent directly to your folder, on a remote machine".

Extension Screenshots

screenshot

Download YGG Torrent Searcher extension Extension CRX File

Download YGG Torrent Searcher extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
Official URL https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Description Download a torrent directly to your folder, on a remote machine
File Size 10.33 KB
Installation Count 43
Current Version 0.3
Last Updated 2020-09-21
Publish Date 2020-05-11
Rating 5.00/5 Total 1 Ratings
Developer Yooooomi
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}