YGG Torrent Searcher extension

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

Co je YGG Torrent Searcher extension?

YGG Torrent Searcher extension je rozšíření Chrome vyvinuté Yooooomi, a jeho hlavní funkcí je „Download a torrent directly to your folder, on a remote machine“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření YGG Torrent Searcher extension

Stáhněte si soubory rozšíření YGG Torrent Searcher extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
Oficiální URL https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Popis Download a torrent directly to your folder, on a remote machine
Velikost souboru 10.33 KB
Počet instalací 43
Aktuální Verze 0.3
Poslední Aktualizace 2020-09-21
Datum Vydání 2020-05-11
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Yooooomi
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}