YGG Torrent Searcher extension

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

ما هو YGG Torrent Searcher extension؟

YGG Torrent Searcher extension هو إضافة Chrome تم تطويرها بواسطة Yooooomi، والميزة الرئيسية لها هي "Download a torrent directly to your folder, on a remote machine".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة YGG Torrent Searcher extension

قم بتنزيل ملفات الامتداد YGG Torrent Searcher extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    }
}