YGG Torrent Searcher extension

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

Wat is YGG Torrent Searcher extension?

YGG Torrent Searcher extension is een Chrome-extensie ontwikkeld door Yooooomi, en de belangrijkste functie is "Download a torrent directly to your folder, on a remote machine".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie YGG Torrent Searcher extension

Download YGG Torrent Searcher extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
Officiële URL https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Beschrijving Download a torrent directly to your folder, on a remote machine
Bestandsgrootte 10.33 KB
Aantal Installaties 43
Huidige Versie 0.3
Laatst Bijgewerkt 2020-09-21
Publicatiedatum 2020-05-11
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Yooooomi
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}