YGG Torrent Searcher extension

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

Qu'est-ce que YGG Torrent Searcher extension ?

YGG Torrent Searcher extension est une extension Chrome développée par Yooooomi, et sa fonction principale est "Download a torrent directly to your folder, on a remote machine".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension YGG Torrent Searcher extension

Téléchargez les fichiers d'extension YGG Torrent Searcher extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
URL Officiel https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Description Download a torrent directly to your folder, on a remote machine
Taille du Fichier 10.33 KB
Nombre d'Installations 43
Version Actuelle 0.3
Dernière Mise à Jour 2020-09-21
Date de Publication 2020-05-11
Évaluation 5.00/5 Total 1 Évaluations
Développeur Yooooomi
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}