YGG Torrent Searcher extension

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

YGG Torrent Searcher extension क्या है?

YGG Torrent Searcher extension Yooooomi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download a torrent directly to your folder, on a remote machine"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में YGG Torrent Searcher extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम YGG Torrent Searcher extension YGG Torrent Searcher extension
ID ljpelodjbjjlolngdkilhgjcajlknhcj
आधिकारिक URL https://chromewebstore.google.com/detail/ygg-torrent-searcher-exte/ljpelodjbjjlolngdkilhgjcajlknhcj
विवरण Download a torrent directly to your folder, on a remote machine
फ़ाइल का आकार 10.33 KB
स्थापना संख्या 43
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-09-21
प्रकाशन तिथि 2020-05-11
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Yooooomi
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    }
}