YGG Torrent Searcher extension

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

Vad är YGG Torrent Searcher extension?

YGG Torrent Searcher extension är en Chrome-tillägg utvecklad av Yooooomi, och dess huvudfunktion är "Download a torrent directly to your folder, on a remote machine".

Tilläggsskärmbilder

screenshot

Ladda ner YGG Torrent Searcher extension-förlängningens CRX-fil

Ladda ner YGG Torrent Searcher extension-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
Officiell webbadress https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Beskrivning Download a torrent directly to your folder, on a remote machine
Filstorlek 10.33 KB
Antal Installationer 43
Aktuell Version 0.3
Senast Uppdaterad 2020-09-21
Publiceringsdatum 2020-05-11
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Yooooomi
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}