YGG Torrent Searcher extension

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

Co to jest YGG Torrent Searcher extension?

YGG Torrent Searcher extension to rozszerzenie Chrome opracowane przez Yooooomi, a jego główną funkcją jest „Download a torrent directly to your folder, on a remote machine”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia YGG Torrent Searcher extension

Pobierz pliki rozszerzeń YGG Torrent Searcher extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
Oficjalny URL https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
Opis Download a torrent directly to your folder, on a remote machine
Rozmiar pliku 10.33 KB
Liczba instalacji 43
Aktualna Wersja 0.3
Ostatnia Aktualizacja 2020-09-21
Data Publikacji 2020-05-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Yooooomi
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}