YGG Torrent Searcher extension

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

Cos'è YGG Torrent Searcher extension?

YGG Torrent Searcher extension è un'estensione di Chrome sviluppata da Yooooomi, e la sua funzione principale è "Download a torrent directly to your folder, on a remote machine".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione YGG Torrent Searcher extension

Scarica i file di estensione YGG Torrent Searcher extension in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
URL Ufficiale https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Descrizione Download a torrent directly to your folder, on a remote machine
Dimensione del File 10.33 KB
Conteggio Installazioni 43
Versione Corrente 0.3
Ultimo Aggiornamento 2020-09-21
Data di Pubblicazione 2020-05-11
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Yooooomi
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}